Hello,

MHT>forwarding is a term that i borrowed from the JSP concept - which i'm 
MHT>currently trying to implement in perl.

PH>JSP forward is directly equivalent to an internal redirect. It's just 
PH>an include that doesn't return.  In short, it's a GOTO statement. Thank 
PH>you Sun.

This concept is supported better in Apache::ASP, where you can just pass
arguments directly to the target page. If you use the internal_redirect()
method, you have to use notes(), pnotes(), globals, or some other
cumbersome method to pass arguments.

Humbly,

Andrew

----------------------------------------------------------------------
Andrew Ho               http://www.tellme.com/       [EMAIL PROTECTED]
Engineer                   [EMAIL PROTECTED]          Voice 650-930-9062
Tellme Networks, Inc.       1-800-555-TELL            Fax 650-930-9101
----------------------------------------------------------------------

Reply via email to