Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Find::Rule;
    ...
    for (find(directory => name => $target, in => $source)) {
       print "$_\n";
    }
    
  2. or download this
    perl -MFile::Find::Rule -le "print for find(directory => name => shift
    +, in => shift)" mp3 ~