Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Copy from the curent directory to...

by tachyon (Chancellor)
on Dec 30, 2003 at 00:24 UTC ( [id://317592]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>copy /?
    Copies one or more files to another location.
    ...
    for source (using wildcards or file1+file2+file3 format).
    
    C:\>
    
  2. or download this
    copy blabla.jpg c:\games
    
    copy .\*.jpg c:\all_jpegs
    
  3. or download this
    #!/usr/bin/perl
    `copy blabla.jpg c:\\games`;
    
  4. or download this
    #!/usr/bin/perl
    use File::Copy;
    copy( 'file1', 'file2' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-18 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found