Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
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 sharing their wisdom with the Monastery: (11)
As of 2024-03-28 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found