Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       print "file='$file'\n";
       # could add code to modify the found files here ...
    }
    
  2. or download this
    Found 5 text files under dir 'C:/pm/file-find'...
    file='C:/pm/file-find/example.txt'
    ...
    file='C:/pm/file-find/fred/f2/hello.txt'
    file='C:/pm/file-find/fred/f2/f2a/2a.txt'
    file='C:/pm/file-find/fred/f2/f2a/hello.txt'