in reply to mtime method dropping seconds
my @files = $ftp->List("*.*", 3); foreach my $file (@files) { print $file->{'name'}, " ", $file->{'mtime'}, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mtime method dropping seconds
by Anchor (Novice) on Apr 13, 2010 at 14:28 UTC | |
by Marshall (Canon) on Apr 13, 2010 at 19:12 UTC | |
by Anchor (Novice) on Apr 14, 2010 at 18:10 UTC | |
by Anchor (Novice) on Apr 15, 2010 at 14:17 UTC | |
by Marshall (Canon) on Apr 16, 2010 at 03:07 UTC |