hi

i am having a problem getting proper modified time dates of files when
using the win32:Internet ftp list, or the standard directory listing

i do this
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) =
localtime($file->{'mtime'});


then for each file i do something like this

print "$year/$mon/$mday $file->{'name'});

for every file, i end up getting a modified date of 69/11/31 thefile

eg;

69  - 11 - 31  bbsetup.exe                    144152 bytes
69  - 11 - 31  clients.pl                         29 bytes

_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users



Reply via email to