Help for this page

Select Code to Download


  1. or download this
       *name = *File::Find::name;
    
  2. or download this
    use strict;
    
    ...
          push(@matching_files, $name);
       }
    }