Hi all, just trying to print the size of a ftp'd file.
for $file (@files) { $ftp->get($file) and $ftp->delete($file); $remotesize = $ftp->size($file); $localssize=(stat ($file))[7]; print "$file $localsize $remotesize $theGMTime"; #<-line 25 }
but it throws " Use of uninitialized value in concatenation (.) or string at -e line 25" and the remotesize and localsize has no value
In reply to NEWBIE: posible sintax error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |