Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Perl Rename

by BrowserUk (Patriarch)
on Jul 03, 2010 at 11:49 UTC ( [id://847891]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    rnm "s/Blah Blah - \d{2} - //" "Blah Blah - 01 - Peter.txt" "Blah Blah
    + - 02 - Lois.txt"
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
      die $@ if $@;
      rename ( $was, $_ ) unless $was eq $_;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-19 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found