Re: Need help converting/sorting date field from within a Perl scrip t

2002-12-26 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Wendy Stewart) writes: >Hi, > >Help!! I'm a new Perl user and have devloped my first Perl script to >extract fields from a Remedy form into a CSV file to be ftp'd elsewhere. I >need to sort each record on Modified-date before writing to my outp

Re: Need help converting/sorting date field from within a Perl scrip t

2002-12-24 Thread R. Joseph Newton
Hi Wendy, I'm not sure exactly what you want. Do you get errors when you run the script? I do see one possible cause for an error where you have: $SelectQualifier = (ars_LoadQualifier($ctrl, "$SCHEMA", "('Modified-date' >=(\$TIMESTAMP\$ - 60*60) OR 'Create-date' >= (\$TIMESTAMP \$ - 60*60)) Not

Need help converting/sorting date field from within a Perl scrip t

2002-12-24 Thread Wendy Stewart
Hi, Help!! I'm a new Perl user and have devloped my first Perl script to extract fields from a Remedy form into a CSV file to be ftp'd elsewhere. I need to sort each record on Modified-date before writing to my output file. The Modified-date format is in absolute time (ie: 12/24/2002 7:17:13 P