http://qs321.pair.com?node_id=15414


in reply to can't stat to e:/:

You're nearly there. This will work with my cd on H:
#!/usr/bin/perl use File::Find; my $dir = 'H:\\'; find(\&search_sub,$dir); sub search_sub { print if /^SETUP/i }