in reply to Redirect problem
CGI.pm's man page says:
You can also use named arguments:What happens if you use -nph => 1?The -nph parameter, if set to a true value, will issue the correct headers to work with an NPH (no-parse-header) script. This is important to use with certain servers, such as Microsoft Internet Explorer, which expect all their scripts to be NPH.print $query->redirect(-uri=>'http://somewhere.else/in/movie/land', -nph=>1);
HTH, Valerio
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Redirect problem
by wirrwarr (Monk) on Aug 15, 2003 at 15:52 UTC | |
|
Re: Re: Redirect problem
by webstudioro (Acolyte) on Aug 15, 2003 at 09:30 UTC |