Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Cannot Rename

by AcidHawk (Vicar)
on Mar 18, 2004 at 12:56 UTC ( [id://337668]=note: print w/replies, xml ) Need Help??


in reply to Re: Why don't you ever post the error message you get?
in thread Can't rename

Hi,

    Does the script look ok to you?

A couple of things I would change is to add use CGI::Carp qw/fatalsToBrowser/; and then remove the chdir and put in the path $ENV{DOCUMENT_ROOT}/ into your $a and $b vars. I would also put the $a and $b between quotes.

#!/usr/bin/perl print "Content-type: text/html\n\n"; use CGI; $q = new CGI; $a = "$ENV{DOCUMENT_ROOT}/file1.htm"; $b = "$ENV{DOCUMENT_ROOT}/file2.htm"; rename("$a", "$b") || die "Can't rename $!";
-----
Of all the things I've lost in my life, its my mind I miss the most.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-29 13:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found