Help for this page

Select Code to Download


  1. or download this
    prompt> perl check_filename.pl input_file.txt
    prompt> Files in our repos: file1.txt
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    else {
       print "no matching file\n";
    }