Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print ">> ", $File::Find::name, "\n"
            if $file =~ /$pattern/;
    }
    
  2. or download this
    P:\Perl>perl search.pl -r ./ -p  "(Find|Dir)" -i
    >> ./f1.pl
    ...
    >> ./Fun2.pl
    >> ./result.txt
    >> ./search.pl