Hi,
>
> Complete success on 1.3.2! Thanks. Does/will version 2.0x handle this
> similarly?
>
Yes, this will also work on 2.0. The patch will go into 1.3.3 and 2.0b3
Gerald
-
Gerald Richterecos electronic communication services
Hi Gerald,
Complete success on 1.3.2! Thanks. Does/will version 2.0x handle this
similarly?
Cheers,
Gavin
On Tue, May 22, 2001 at 01:14:18PM +0200, Gerald Richter wrote:
> ok, you are right, my answer was a little bit too quick...
>
> You need to reset Embperl internals error flag, but you ca
>
> I'd tried that without success - the following, for example, doesn't
> work for me:
>
>
>
> Executing here:
>
> [- Execute { inputfile => 'foo.html', options => 262144 } -]
>
> Done.
>
>
>
ok, you are right, my answer was a little bit too quick...
You need to reset Embperl intern
Hi Gerald,
On Tue, May 22, 2001 at 07:33:38AM +0200, Gerald Richter wrote:
> > Yes, I know about EMBPERL_OBJECT_FALLBACK, but here I'm doing an
> > Embperl::Execute (of a component) not the initial
> > EmbperlObject::Execute, so I don't think this applies? An
> > Embperl::Execute fallback option
Hi,
>
> Yes, I know about EMBPERL_OBJECT_FALLBACK, but here I'm doing an
> Embperl::Execute (of a component) not the initial
> EmbperlObject::Execute, so I don't think this applies? An
> Embperl::Execute fallback option would be really useful here if such a
> thing does exist ...
>
In this case
are no better options I can at least do a search of the
path myself.
Cheers,
Gavin
> - Original Message -
> From: "Gavin Carr" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, May 21, 2001 2:34 AM
> Subject: Executing file that doesn
3 925152
-
- Original Message -
From: "Gavin Carr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 2:34 AM
Subject: Executing file that doesn't exist
> Hi Gerald et al,
>
> I want to be able to do an Embperl::Execut
Hi Gerald et al,
I want to be able to do an Embperl::Execute on a file that potentially
doesn't exist and catch the error (within EmbperlObject, so it's not
trivial to just do a -f on the file). I've tried the obvious things -
the 'errors' parameter, $optDisableEmbperlErrorPage, $optReturnError,