in reply to Moving Files in Perl
I got lost in your explanation, so I'm not sure what you are doing or why you are doing it or how WS_FTP has anything to do with this.
To get modification (or creation) times, look at the stat() function. To rename a file, you can use the built-in rename() function, or File::Copy. To deal with Zip archives, you can look at Archive::Zip.
If you get stuck on one of the steps, ask just about that step and tell us what you did. We can probably provide better help that way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Moving Files in Perl
by Anonymous Monk on Jan 31, 2005 at 17:01 UTC |