Help for this page

Select Code to Download


  1. or download this
    for my $infile ($foo, $bar) {
        last if open ($fh, '<', $infile);
    ...
    } else {
        warn "None of the files could be opened. What a shame.";
    }