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