Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use 5.010;
    ...
    my @killed = @$rptr;
    say "killed were @killed ";
    __END__
    
  2. or download this
    sub kill_files {
      use Net::FTP;
      use 5.010;
    ...
    
      return \@killed_files;
    }
    
  3. or download this
    Net::FTP=GLOB(0x92dc200)>>> DELE /images/potato1/.
    Net::FTP=GLOB(0x92dc200)<<< 550 /images/potato1/.: Is a directory
    Net::FTP=GLOB(0x92dc200)>>> RMD /images/potato1/.
    Net::FTP=GLOB(0x92dc200)<<< 550 /images/potato1/.: Directory not empty