in reply to Redirect problem

CGI.pm's man page says:

You can also use named arguments:
print $query->redirect(-uri=>'http://somewhere.else/in/movie/land', -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.
What happens if you use -nph => 1?

HTH, Valerio

Replies are listed 'Best First'.
Re: Re: Redirect problem
by wirrwarr (Monk) on Aug 15, 2003 at 15:52 UTC
    This is important to use with certain servers, such as Microsoft Internet Explorer,
    So, MS IE is a server. Well, well, well. s/Internet Explorer/Internet Information Server/
Re: Re: Redirect problem
by webstudioro (Acolyte) on Aug 15, 2003 at 09:30 UTC
    ok ok. Thank you.
    p.s. nice picture.