in reply to Re^2: url redirection
in thread url redirection

Not sure what I'm missing, but
#!c:\perl\bin\perl.exe use strict; #use CGI::Carp qw(fatalsToBrowser); use CGI; use warnings; print $CGI->redirect('http://localhost/rbsaws/');
produces a "CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers." for me.

Replies are listed 'Best First'.
Re^4: url redirection
by moritz (Cardinal) on Dec 04, 2010 at 18:04 UTC