Help for this page

Select Code to Download


  1. or download this
    my $basedir = "/path/to/directory";
    my @candidates = qw ( this and that file );
    my @present = grep { -e "$basedir/$_" } @candidates;