On Tue, Apr 11, 2006 at 10:05:15AM -0300, Augusto Flavio wrote:
> #!/usr/bin/perl
> use CGI qw/:standard/;
Seems to be missing a use strict and use warnings here.
> print "Content-type: text/html\n\n";
You end you HTTP headers here (by printing two new lines).
> print redirect('http://www.yahoo
- Original Message -
From: "Augusto Flavio" <[EMAIL PROTECTED]>
To: "'Perl Beginners - CGI List'"
Sent: Tuesday, April 11, 2006 8:05 AM
Subject: redirect - CGI
Hi,
I'm looking for a method to redirect the url of browser to elsewhere. What i
do was check the documentation of CGI.p