Help for this page

Select Code to Download


  1. or download this
    my @directories = qw/code test/;
    foreach my $dir (@directories) {
     $f->cwd("/home/$dir") || next
     ... # your code to fetch the files
    }