Re: Req_rec undefined when calling Embperl::Execute from within a mod_perl Method handler

2005-02-22 Thread Martin Moss
No worries, thanks Gerald, Marty --- Gerald Richter <[EMAIL PROTECTED]> wrote: > Hi, > > I have found the problem and trying to resolve it. > Just give me a few days > time... > > Gerald > > > Am Donnerstag, 17. Februar 2005 15:18 schrieb Martin > Moss: > > Hi Gerald, > > > > We're using

Re: Req_rec undefined when calling Embperl::Execute from within a mod_perl Method handler

2005-02-22 Thread Gerald Richter
Hi, I have found the problem and trying to resolve it. Just give me a few days time... Gerald Am Donnerstag, 17. Februar 2005 15:18 schrieb Martin Moss: > Hi Gerald, > > We're using :- > > Apache 1.3.33, mod_perl-1.29, perl v5.8.6 on SunOS 5.7 > Generic_106541-10 sun4u sparc > SUNW,UltraSPARC-

RE: Req_rec undefined when calling Embperl::Execute from within a mod_perl Method handler

2005-02-17 Thread Martin Moss
Hi Gerald, We're using :- Apache 1.3.33, mod_perl-1.29, perl v5.8.6 on SunOS 5.7 Generic_106541-10 sun4u sparc SUNW,UltraSPARC-IIi-cEngine Regards Marty --- Gerald Richter <[EMAIL PROTECTED]> wrote: > > > > I'm trying to call Embperl::Execute to run an epl > from within > > a mod perl meth

RE: Req_rec undefined when calling Embperl::Execute from within a mod_perl Method handler

2005-02-16 Thread Gerald Richter
> > I'm trying to call Embperl::Execute to run an epl from within > a mod perl method handler, and when the script runs > Which version of mod_perl do you using? Gerald > ---snip > print STDERR Dumper($r); > Embperl::Execute({ > req_rec=>$r, >

Req_rec undefined when calling Embperl::Execute from within a mod_perl Method handler

2005-02-16 Thread Martin Moss
All, I'm trying to call Embperl::Execute to run an epl from within a mod perl method handler, and when the script runs ---snip print STDERR Dumper($r); Embperl::Execute({ req_rec=>$r, inputfile=>'/www/components/nav/htmlhead.epl',