Re: Executing file that doesn't exist

2001-05-22 Thread Gerald Richter
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

Re: Executing file that doesn't exist

2001-05-22 Thread Gavin Carr
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

Re: Executing file that doesn't exist

2001-05-22 Thread Gerald Richter
> > 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

Re: Executing file that doesn't exist

2001-05-21 Thread Gavin Carr
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

Re: Executing file that doesn't exist

2001-05-21 Thread Gerald Richter
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

Re: Executing file that doesn't exist

2001-05-21 Thread Gavin Carr
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

Re: Executing file that doesn't exist

2001-05-21 Thread Gerald Richter
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

Executing file that doesn't exist

2001-05-20 Thread Gavin Carr
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,