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: Hi all, I am wondering

Re: Searching Storing

2002-09-29 Thread Henry Wong
++) { 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. Regards, ~ HENRY WONG ~ - Original Message - From: david [EMAIL PROTECTED

Searching Storing

2002-09-27 Thread Henry Wong
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 notify the sender

Filename modification

2002-09-23 Thread Henry Wong
REX_temp.txt, REX_data.log, REX_arranged.log,etc ,etc... in other words, how do i make the STDIN 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

Re: Filename modification

2002-09-23 Thread Henry Wong
? Regards, ~ HENRY WONG ~ - Original Message - From: NYIMI Jose (BMB) [EMAIL PROTECTED] To: Henry Wong [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, September 23, 2002 3:20 PM Subject: RE: Filename modification Give a look to File::Basename module. http://search.cpan.org/author/JHI/perl