Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Remote Pipe

by plaid (Chaplain)
on May 31, 2000 at 05:21 UTC ( [id://15549]=note: print w/replies, xml ) Need Help??


in reply to Remote Pipe

Your problem seems to be with the renaming part. You are trying to rename $file.tmp to $file, but since there are no quotes around $file.tmp, the . is acting like the string concatenation operator, so it is looking for Win.initmp instead of Win.ini.tmp. Just put the $file.old and $file.tmp parts of the rename inside double quotes and it should work fine.

Log In?
Username:
Password:

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

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

    No recent polls found