Re: Searching & Storing

2002-09-29 Thread Henry Wong
work right. for ($s=0;$s<$noforlines;$s++) { if (($convertedList[$sian]>= $user_start)&&($convertedList[$sian]<= $user_end)) { open (USER, ">>${filename}_REQUEST.TXT"); print USER "$convertedList[$sian]\t$inputList[$sian]\n"; } Pls advise, thanks

Re: Searching & Storing

2002-09-29 Thread Henry Wong
Hi all, I tried using the below codes provided but i got an error saying "Can't locate Date/Manip.pm in @INC...etc". I reckon that the Date::Manip do not exist in my library. Any other alternatives for my problem below? Regards, ~ HENRY WONG ~ > Henry Wong wrote: > >

Searching & Storing

2002-09-26 Thread Henry Wong
How do I code the above concept? Do advise me, thanks in advance! Regards, ~ HENRY WONG ~ This e-mail is intended only for the named addressee(s) and may contain confidential and/or privileged information. If you are not the named addressee (or have received this e-mail in error), please

Re: Filename modification

2002-09-23 Thread Henry Wong
z "$filename", the filename comes out smoothly. Pls advise? Regards, ~ HENRY WONG ~ - Original Message - From: "NYIMI Jose (BMB)" <[EMAIL PROTECTED]> To: "Henry Wong" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, S

Re: Filename modification

2002-09-22 Thread Henry Wong
p.txt" format? Coz when i print the $file, it gives me "xxx.log", which i actually want. But i only want the front portion "xxx" and not the ".log" later when i create new files like 'xxx_temp.txt'. Pls advise, thanks. Regards, ~ HENRY WONG ~ - Origin

Filename modification

2002-09-22 Thread Henry Wong
REX_temp.txt, REX_data.log, REX_arranged.log,etc ,etc... in other words, how do i make the to be dynamic so that my program can use the input filenames for file saving/modification/etc? Regards, ~ HENRY WONG ~ This e-mail is intended only for the named addressee(s) and may contain confidential and