Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rajey
  • Order by date
  1. Rajey

    can we mix "== "and "eq" in a single if statement ?

    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...
  2. Rajey

    what is used to compare date read from a file stored in a array ?

    Thanks to all of you this has been helpful
  3. Rajey

    what is used to compare date read from a file stored in a array ?

    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
  4. Rajey

    what is used to compare date read from a file stored in a array ?

    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
  5. Rajey

    Function to return the next number

    cyan01 Thanks ! Others : Question was not a assignment....
  6. Rajey

    Function to return the next number

    We do not have the option to have this build in the DB so we are looking for options in perl
  7. Rajey

    Function to return the next number

    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...
  8. Rajey

    How to read and compare values from consecutive lines of a file ?

    Thanks a lot Paul ! I got to hang of it I had forgotten about the arrays ! I will try out and let u know how it goes Regards Rajey
  9. Rajey

    How to read and compare values from consecutive lines of a file ?

    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...
  10. Rajey

    IWR report generation process on demand v/s bursting

    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...
  11. Rajey

    How does the reports on IWR get the data ?

    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...

Part and Inventory Search

Back
Top