At Wed, 12 Jun 2002 14:33:43 -0700, Scott Chapman wrote:
> I have a constant.epl file that defines some variables as part of $req:
> 
[...]
> 
> I need to get at those definitions in a perl script outside the www 
> environment and I'm not sure how to do it.  Is there a easy way to do this?

the "nice" way of doing it is to pass $req as an argument to the
relevant perl code.

in embperl 1.3, you can do "$req = HTML::Embperl::CurrReq();"
but i'm guessing (hoping ;) that doesn't work in 2.0

-- 
 - Gus

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

Reply via email to