and it doesn't do a thing when $dir is set to 'c:/'.my $dir = 'c:/windows'; use File::Find (); File::Find::find( {wanted => \&wanted}, $dir ); sub wanted { print "$File::Find::name\n" if /\.ini\z/s; }
In reply to Re: File::Find on Win32 - basic problem/question
by bart
in thread File::Find on Win32 - basic problem/question
by mabman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |