On Mar 18, 2005, at 8:07 PM, Stas Bekman wrote:
Barry Hoggard wrote:
Sorry if I wasn't clear. I meant I SOLVED the problem by using
$ENV{REDIRECT_ERROR_NOTES}.
But that's exactly what the eagle book suggests, isn't it?
I don't have my copy of the book anymore. I had expected something to
be in
Hi,
I have tried the following script under Windows 2000, mod_perl 2, Perl
5.8.4:
use strict;
use CGI;
my $q = new CGI;
print "Content-type: text/html\n\nTestare\n";
$q->redirect("http://localhost/";);
This should print the Content-type: text/html header, then the word
"testare" in the body, t