Help for this page

Select Code to Download


  1. or download this
    while (my $file = shift @ARGV) {
        next unless -r $file;
        # Process the file here
    }