"Joel W. Reed" wrote:
> 
> although you may not care about this, one difference
> between Apache::ASP and PerlScript is that
> under PerlScript code after the $Response->Redirect is
> executed unless you add
> 
>     if (some condition) {
>         $Response->Redirect('some url');
> +       $Response->End();
> +       exit(0);
>     }
> 

You can get the PerlScript affect by setting the
SoftRedirect config

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks <- Web Link Checking          Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to