Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: rename files in directory with new extenstion

by damian1301 (Curate)
on Aug 09, 2001 at 08:37 UTC ( [id://103331]=note: print w/replies, xml ) Need Help??


in reply to rename files in directory with new extenstion

you could just do
while(<*.old>){ ($new = $_) =~ s/old$/new/; rename($_,$new); }
And not waste space by bringing all those filenames into an array

$_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H; print chr($_-39); # Easy but its ok.

Log In?
Username:
Password:

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

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

    No recent polls found