prad_intel has asked for the wisdom of the Perl Monks concerning the following question:
2)The info in the file is something like the following- Log_file_name:XXXX.csv
Main_folder_name:YYYY
Second_folder_name:ZZZZZ
Third_folder_name:VVVVV
3)I have to write the code something like
#whatever after Log_file_name: place it into $logfile
#whatever after Main_name: place it into $mainfold
#whatever after Second_folder_name: place it into $secfold
#whatever after Third_folder_name: place it into $thirdfold
4) Also kindly enlighten me how to read the date and time from the system and print in log.csv prad
again
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Reading something which is next to it :
by Random_Walk (Prior) on Feb 02, 2005 at 12:28 UTC | |
|