Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: copy files to another directory

by fruiture (Curate)
on Feb 19, 2003 at 13:46 UTC ( [id://236623]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @files    = grep { !-d } @allfiles ;
    my @dirs     = grep {  -d } @allfiles ;
    
  2. or download this
    my (@files,@dirs);
    for( @allfiles ){
    ...
            push @files,$_
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found