Help for this page

Select Code to Download


  1. or download this
            if (time - $ftp->mdtm($_) > $maxage) { push(@return, $_); }
    
  2. or download this
    [pcsson@psr-iccdrift op5]$ ./ftp.pl -u loollippop -P pitamikabyta -m m
    +y_machine -d hippohumpa -a 10 -s hej
    Use of uninitialized value in subtraction (-) at ./ftp.pl line 70.
    2 stuck files stuck on hej
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        err scalar(@stuck) . " stuck files stuck on $name";
    } else { exit 0; }
    __END__