I do not know if perl will allow to compare number and sting variable in a single if statment
for e.g.
if (($current_transaction_key_code == $previous_transaction_key_code) && ($current_month_end_date eq $previous_month_end_date) && ($current_channel eq $previous_channel) )
here...
I am planning to just check using a if statement if the array1[0] is equal to array2[0] if they match i need to print that they match
but I am not sure what perl will interpret 2/23/2006 as i just need to compare if the value match not a time match
Thanks
I have a file which has date like 2/23/2006, this is stored in array then lets assume it is stored in array1[0]
i have another array2 that also has date from a file in the same format I need to compare array1[0] to array2[0] i am not sure if i can use == or eq
I need to insert a identifier number along with city records into a database table ( data is read from a file and inserted into a table using perl) such that certail records that belong to same city get the same number ...for e,g if the records are all for city "Boston" then they all should have...
Hi Perl gurus :
I need your help…..I have a tab delimited file that I have to read till I am done reading all the lines. Each line has some values that I need to compare with the previous read line. And depending upon if the value match or do not match I need to insert the data into tables...
Is it is possible to maintain two ways of report generation at one point of time and if that is not the case how complex it is to switch between the two report generation process ( bursting and on demand) for any reports that are made avaliable to upfront ?
if some one can inform the level of...
I am new to Cognos IWR world I have a question regarding the data that the reports on IWR upfront portal provide.
I have seen that when the reports are generated using the bursting process then the are many files created in excel and pdf format so the users who view the reports actually do not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.