Re: Execute

2002-07-29 Thread Gerald Richter
> I'm having problems trying to get an embperl::req object in my imported > perl code (As objects).. > > [- Execute ({'object' > =>'/home/user/dir/lib/web/whatever/whatever.pm',syntax => 'Perl'}) -] > > http://perl.apache.org/embperl/pod/intro/IntroEmbperlObject.-page-5-.htm > says: > > "This ob

Re: configure Embperl with mod_perl 2 (was: using a diffrent EMBPERL_OBJECT_BASE)

2002-07-29 Thread Gerald Richter
Hi, > I didn't send this to the list, as I thought it would be annoying to the > others to get the same question twice. please forward if you see fit. > Other may run into the same trouble, so it's good to keep this discussion on the list. This saves me from answering the same questions over and

Re: DirectoryIndex file?

2002-07-29 Thread Gerald Richter
Hi, >I have finally managed to configure Embperl and Embperl::Object into running with > mod_perl, but am now facing another problem. Embperl::Object does not seem to > search for the DirectoryIndex file... Yes, that a known (at least to me) problem. Workaround is to let Embperl::Object handle o

Re: Segfaulting Apache children...

2002-07-29 Thread Gerald Richter
> Is there any time when it is "alright" for embperl code to kill all > Apache Children, or are you interested in knowing whatever causes this? > Of course Embperl should not kill your Apache childs... > [Sun Jul 28 03:04:07 2002] [notice] child pid 23454 exit signal > Segmentation fault (11))

Re: Deleting a file under embperl...

2002-07-29 Thread Axel Beckert - ecos gmbh
On Mon, Jul 29, 2002 at 09:38:20AM +0800, Gerardo Schimpf wrote: > Hi, > I'm trying deleting some files whith the unlink perl command, under a > perl script works pefect, but under embperl it's not working... > This is my example code, copy works, rename works, but unlink no... > I can't

Deleting a file under embperl...

2002-07-29 Thread Gerardo Schimpf
Hi, I'm trying deleting some files whith the unlink perl command, under a perl script works pefect, but under embperl it's not working... This is my example code, copy works, rename works, but unlink no... I can't figure out what it's going on... Can someone help me? Thanks :+) embper

Re: [! And [-

2002-07-29 Thread David Lloyd
Heh, > Correct, because the sub definition hasn't changed. Of course invoking > and running the subroutine still (potentially) happens every time, so > that would be done with [- brackets. ...unless you only want the subroutine to load once and only once (for whatever contrived reason one might