Help for this page

Select Code to Download


  1. or download this
    sub upload {
    use strict;
    ...
    closedir $eh;
    return $rftp;
    }
    
  2. or download this
    size query failed  for stairs.webm
    Use of uninitialized value $size_remote in concatenation (.) or string
    + at template_stuff/html2.pm line 331.
    ...
    size remote for stairs.webm is
    Upload stairs.webm
    Sizes different with stairs.webm. Overwrite? Default=y
    
  3. or download this
            my (undef,undef,undef,undef,undef,undef,undef,$size,
         $atime,$mtime,$ctime,undef,undef)
               = lstat($string_path);
    ...
         my $born_local = stat($string_path)->ctime );
        my $size_local = stat($string_path)->size );
        say "values for $_ are $born_local and $size_local";