Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

peacemaker1820's scratchpad

by peacemaker1820 (Pilgrim)
on May 02, 2007 at 20:45 UTC ( [id://613261]=scratchpad: print w/replies, xml ) Need Help??

use File::Find; my @dir = 'Y:/mis/'; my @path; find sub { push @path, $File::Find::name if -f }, @dirs; return @path;
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-25 11:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found