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