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 bkrike 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
  • Content: Threads
  • 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 ?

    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
  3. 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...
  4. 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...
  5. 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...
  6. 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