Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Rename Uploaded Files

by Theseus (Pilgrim)
on Dec 02, 2002 at 23:31 UTC ( [id://217080]=note: print w/replies, xml ) Need Help??


in reply to Rename Uploaded Files

Or, what seems to be simpler to me(although untested and probably not the best way):
while (-e $file_to_be_renamed) { system("rename $file_to_be_renamed $desired_name"); sleep 1; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found