> > Using 2.0b8, I get the same error. Unless I messed up the syntax
> > somewhere, it appears that the 'object_addpath' is the culprit and
> > is not functioning correctly.
> >
>
> 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 );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]