in reply to Re: Redirection from a server.
in thread Redirection from a server.

Absolute URIs are required by the HTTP spec. Calling redirect as a method in this context doesn't have a benefit over calling it as function and is probably slower.

perl -MCGI print CGI::redirect( CGI::url(-base => 1) . "/Y" );

Replies are listed 'Best First'.
Re^3: Redirection from a server.
by Anonymous Monk on Aug 28, 2008 at 02:32 UTC
    Y is a new server, so that makes no sense