Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: renaming filenames

by remiah (Hermit)
on Aug 17, 2012 at 15:29 UTC ( [id://987997]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach (@files) {
      print "$_\n";
    ...
      s/canción/poesía/;
      rename "$directory\\$original", "$directory\\$_";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        #moveW($file, $file_new) or die $!;
    }
    $wdir->close;
    
  3. or download this
    ppm install "http://sourceforge.jp/frs/g_redir.php?m=jaist&f=%2Fassp%2
    +FASSP+V2+multithreading%2Fpackages%2FWin32-Unicode.ppd"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 06:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found