Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: rename file extension

by nikosv (Deacon)
on Feb 24, 2010 at 16:43 UTC ( [id://825108]=note: print w/replies, xml ) Need Help??


in reply to rename file extension

Let's say orderlist contains the following:
@orderlist=qw(1.tst 2 3 4.tst); @orderlist=grep {s#\.tst$#\.test#} @orderlist; print @orderlist; #prints 1.test 4.test

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 17:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found