Some time ago...
> > Try to pass a array ref to object_addpath
>
> Nope, still doesn't work for 2.0b8, with the error remaining and a
> blank 'searched: ' line:
>
> % perl epo_test.pl
> [30725]ERR: 404: : Not found '_base.epl', searched:
>
> Don't know how, if its possible, to do this for the online version.
> ;-)
>
> Cameron
>
> ==============================
> ## epo_test.pl code, non-working
>
> use Embperl::Object;
>
> my $path = ['/var/www/html/ep/eptest'];
> # chdir $path;
>
> my $h = {
> app_name => 'eptest',
> object_addpath => $path,
> object_base => '_base.epl',
> inputfile => "foo.html",
> outputfile => "something.html",
> };
> Embperl::Object::Execute( $h );
>
I just verified this and it works, but it must be appname and not app_name
to get it working
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]