Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

peacemaker1820's scratchpad

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

Help for this page

Select Code to Download


  1. or download this
    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 studying the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found