Good day to all!
I am a VERY new perl programmer and I have run into an interesting problem.
I am receiving a series of files by FTP each day. The first set is a flat-file database that is overwritten each day. The second is a zip file containing a series of images for the day saved by the date. (Today's date is April 28, 2004 and so the file is: 04282004.zip)
I need to be able to automatically unzip this file to a specific directory each day after it arrives. (All the images will go into the same /pics/ directory.
I have tried to look at the information on cpan but being new, it is VERY confusing! ANY HELP?!?!?!?!
youthman
I am a VERY new perl programmer and I have run into an interesting problem.
I am receiving a series of files by FTP each day. The first set is a flat-file database that is overwritten each day. The second is a zip file containing a series of images for the day saved by the date. (Today's date is April 28, 2004 and so the file is: 04282004.zip)
I need to be able to automatically unzip this file to a specific directory each day after it arrives. (All the images will go into the same /pics/ directory.
I have tried to look at the information on cpan but being new, it is VERY confusing! ANY HELP?!?!?!?!
youthman