my @files = $ftp->List("*.*", 3); foreach my $file (@files) { print $file->{'name'}, " ", $file->{'mtime'}, "\n"; }
In reply to Re: mtime method dropping seconds
by Marshall
in thread mtime method dropping seconds
by Anchor
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |