in reply to Re^2: url redirection
in thread url redirection
produces a "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers." for me.#!c:\perl\bin\perl.exe use strict; #use CGI::Carp qw(fatalsToBrowser); use CGI; use warnings; print $CGI->redirect('http://localhost/rbsaws/');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: url redirection
by moritz (Cardinal) on Dec 04, 2010 at 18:04 UTC |