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 th
> > 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
>
> 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
Gerald
---
> that doesn't help.
> > > this is what i get when i run the code snippet in question:
> > >
> > > ERR: 404: : Not found '_base.epl', searched:
> > try to add the parameter
> >
> > app_name => 'foo'
Using 2.0b8, I get the same error. Unless I messed up the syntax
somewhere, it appears that
that doesn't help.
ilia.
On Tue, Nov 12, 2002 at 07:26:09PM +0100, Gerald Richter wrote:
> >
> > make test doesn't get pass test#199
> >
>
> this is another issue and related to an update of libxslt
>
> > this is what i get when i run the code snippet in question:
> >
> > ERR: 404: : Not fo
>
> make test doesn't get pass test#199
>
this is another issue and related to an update of libxslt
> this is what i get when i run the code snippet in question:
>
> ERR: 404: : Not found '_base.epl', searched:
>
try to add the parameter
app_name => 'foo'
(the actual value doesn't ma
Gerald Richter wrote:
>
>
> > I meant the code snippet doesn't work with Embperl::Object (when i
> > change HTML::EmbperlObject to Embperl::Object)
> >
>
> ok, this would have been to easy
>
> What happens? (error message, wrong output?) Does make test works correctly?
Gerald, I think this
> I meant the code snippet doesn't work with Embperl::Object (when i
> change HTML::EmbperlObject to Embperl::Object)
>
ok, this would have been to easy
What happens? (error message, wrong output?) Does make test works correctly?
Gerald
--
> I can't get Embperl::Object 2.0b9 to work in offline mode.
> This works for the old HTML::EmbperlObject :
>
> use HTML::EmbperlObject;
>
Change HTML::EmbperlObject to Embperl::Object
Gerald
-
Gerald Richterecos electronic
I can't get Embperl::Object 2.0b9 to work in offline mode.
This works for the old HTML::EmbperlObject :
use HTML::EmbperlObject;
my $path = '/htdocs';
my $h = {
path => $path,
object_addpath => $path,
object_base => 'base.epl',
inputfile => "${path}/.index.epl",
outputfile => "${path}
10 matches
Mail list logo