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

Re^2: Platform-independent copying multiple files

by Ace128 (Hermit)
on Oct 18, 2005 at 21:31 UTC ( [id://501116]=note: print w/replies, xml ) Need Help??


in reply to Re: Platform-independent copying multiple files
in thread Platform-independent copying multiple files

I've used:
my @all_matches = glob "*.txt"; my @files = grep {-f} @all_matches;
for the glob part... :)

Log In?
Username:
Password:

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

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

    No recent polls found