RE: Non-mod_perl way of finding out how was I called

2006-08-09 Thread Gerald Richter
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

Non-mod_perl way of finding out how was I called

2006-08-09 Thread Gunnar Wolf
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