Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Version control system for the laziest of the lazy

by goibhniu (Hermit)
on Apr 07, 2011 at 15:42 UTC ( [id://898095]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\chas_sandbox\PM>bak.pl *.pl
    Copy failed: No such file or directory at C:\chas_sandbox\PM\bak.pl li
    +ne 34.
    
  2. or download this
    for my $file (@ARGV) {
        for my $globfile (glob($file)) {
            copy($globfile, "backup/${globfile}_$date") or die "Copy faile
    +d: $!";
        }
    }
    
  3. or download this
    C:\chas_sandbox\PM>bak.pl  *.pl
    
    C:\chas_sandbox\PM>
    

Log In?
Username:
Password:

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

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

    No recent polls found