Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: can't stat to e:/:

by perlcgi (Hermit)
on May 30, 2000 at 19:34 UTC ( [id://15414]=note: print w/replies, xml ) Need Help??


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 }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://15414]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 02:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found