in reply to How to extract Req files into some other directory using Modules

my $rule = File::Find::Rule->new; $rule->file; $rule->name( '*.dll', '*.exe' ); my @files = $rule->in( '.' );


holli, /regexed monk/
  • Comment on Re: How to extract Req files into some other directory using Modules
  • Download Code