Hi,
Our website it Embperl based. I've just upgraded from Apache 1.3 to 2.0.46
as part of an upgrade to Redhat Enterprise linux. I've got
mod_perl-1.99_09-10.ent and Embperl b10 installed. For the most part, the
website works fine, but I can't get Execute to work properly.
I've got a cgi scrip
Hi,
Our website it Embperl based. I've just upgraded from Apache 1.3 to 2.0.46
as part of an upgrade to Redhat Enterprise linux. I've got
mod_perl-1.99_09-10.ent and Embperl b10 installed. For the most part, the
website works fine, but I can't get Execute to work properly.
I've got a cgi scrip
>
> When I call:
> Embperl::Object::Execute({ inputfile => $file,
> output=> \$result,
> options =>
> 2|16|256|2048|8192|16384|1048576,
> mtime => -M $file,
>
Hoisted by my own petard. Works like a champ.
Thanks,
Ted
>
> please remove the object_handler_class line, otherwise Embperl::Object
will
> try to load a class named 'no', which does not exists and for this reason,
> the inherence hierachie isn't correct.
>
> Gerald
>
--