Help for this page

Select Code to Download


  1. or download this
    use File::Find::Rule qw(find);
    
    my @subdirs = find 'directory', in => $directory;
    my @files   = find 'file', name => '*.pm', in => \@INC;