gt;
To: "perl cgi" <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 11:44 PM
Subject: RE: html redirect using CGI.pm
print $query->redirect(-uri=>'http://somewhere.else/in/movie/land',
-nph=>1);
I found the example, but I dont
ss"<[EMAIL PROTECTED]>, "perl cgi"<[EMAIL PROTECTED]>
Date: Mon Dec 09 13:31:49 PST 2002
Subject: Re: html redirect using CGI.pm
>You might want to just use redirect(), check perldoc CGI
>
>-
>Scot Robnett
>inSite Internet Solutions
>[EMAIL PROTECTED]
p://mydomain.homelinux.net/login.html'})
]),
p('Redirecting to login page'),
end_html;
-
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]
-Original Message-
From: Admin-Stress [mailto:[EMAIL PROTECTED]]
Sent: Monday, December
wrote:
> You might want to just use redirect(), check perldoc CGI
>
> -
> Scot Robnett
> inSite Internet Solutions
> [EMAIL PROTECTED]
>
>
>
> -Original Message-
> From: Admin-Stress [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 09, 2002 2:42 PM
&
You might want to just use redirect(), check perldoc CGI
-
Scot Robnett
inSite Internet Solutions
[EMAIL PROTECTED]
-Original Message-
From: Admin-Stress [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 2:42 PM
To: perl cgi
Subject: html redirect using CGI.pm
Hi,
Could
Hi,
Could someone check my code below? I need to redirect to a html using CGI.pm perl
module. But when
I executed, I got blank page. If I commented out $cgi->start_html ... it's working
fine, but no
redirection.
$cgi = new CGI;
sub Error {
my ($msg) = @_;
print "";
print "";
print " Err