julie wang wrote:
>
> replace that with if it is advise not to do so when using mod_perl?? The
> FAQ suggests using "goto" kind of statement. I rather not use that. What
> other alternatives do I have? Thanks!
>
which FAQ suggested a goto statement?
if u are thinking that something like:
return REDIRECT;
is a return from subroutine statement that sends u to the REDIRECT label
somewhere, that is not the case. return - exits u from the current sub and
the value after it is returned to the calling sub. in this case REDIRECT is a
constant.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/