Hi,
>
> I'm writing an app using the EMBPERL_OBJECT_APP style, where
> I have set EMBPERL_OBJECT_FALLBACK (so all the requests with
> no specific handler are received by a common handler. My
> question is: Is there a portable way of knowing which URL was
> specified? I know that under mod_perl
Hi,
I'm writing an app using the EMBPERL_OBJECT_APP style, where I have
set EMBPERL_OBJECT_FALLBACK (so all the requests with no specific
handler are received by a common handler. My question is: Is there a
portable way of knowing which URL was specified? I know that under
mod_perl I can get this