Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Simple Perl file rename

by jesuashok (Curate)
on Aug 14, 2007 at 10:02 UTC ( [id://632441]=note: print w/replies, xml ) Need Help??


in reply to Simple Perl file rename

use strict; my $file_name_string = 'ABC 435535.doc'; $file_name_string =~ s/.* //g; print ":$file_name_string:\n";


i m possible

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-03-28 22:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found