#!/usr/bin/perl use File::Find; my $dir = 'H:\\'; find(\&search_sub,$dir); sub search_sub { print if /^SETUP/i } [download]
In reply to Re: can't stat to e:/: by perlcgi in thread can't stat to e:/: by jrsmith