Beefy Boxes and Bandwidth Generously Provided by pair Networks chromatic writing perl on a camel
P is for Practical
 
PerlMonks  

Re: Cannot Rename

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.