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',

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, >

[RESEND] Trapping errors

2005-02-16 Thread Robert Norris
[Resend: I haven't recieved a reply, and I need to decide what to do very soon.] Hi all, I'm working with Embperl 2.0rc2, using Embperl::Object for the entire site. I've having some issues with error trapping, and I've been unable to figure it out by myself, so I seek your advice. My understandi