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 via 
> $req_rec->uri, but I'm writing an application that should be 
> also installable under FCGI environments.
> 

For example

$epreq -> param -> uri

You also look at the other methods of the request object. See
http://perl.apache.org/embperl/pod/doc/Config.-page-3-.htm

Gerald




 
** Virus checked by BB-5000 Mailfilter ** 


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

Reply via email to