Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Rename problem

by arrow (Friar)
on Nov 22, 2002 at 21:49 UTC ( [id://215257]=note: print w/replies, xml ) Need Help??


in reply to Rename problem

What you might want to try is
my $the_old_title = "$old_title"."\.shtml";
Then do rename("archive.txt","$the_old_title");
Tell us what happens

Cheers

Replies are listed 'Best First'.
Re: Re: Rename problem
by Anonymous Monk on Nov 23, 2002 at 04:31 UTC
    That was it..
    Thanks so much for your help. I hope I can return the favor sometime.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-19 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found