Help for this page

Select Code to Download


  1. or download this
    foreach (@files) {
        next unless /Monk/;
        print "$_\n";
        # do something with $ftp->get... I presume
    }