Re: Segmentation faults...

2003-08-10 Thread Gerald Richter
> > What is the best way to debug segmentation faults? Randomly all of my > apache children are segfaulting. I am fairly certain this is due to some > Embperl code being ran, but I don't know where to look, or how to start > looking... > First of all compile Embperl with perl Makefile.PL debug ma

Re: Global 'use strict' in 2.x once again

2003-08-10 Thread Gerald Richter
> > The first time I open the page after adding the [$ var $dummy $], I get an > expected error-message saying: >... > > If I then refresh the page once or twice, the error-message looks like this > instead: > This is because the page isn't recompiled and Embperl isn't able to save all of the err

escaping and default behavior for optRawInput with spaceship operators in HTML::Embperl -vs- Embperl-2.0b9

2003-08-10 Thread Richard Schilling
Ran into a funny little thing. In HTML::Embperl 2.0b5, the default behavior for spaceship operators requires the use of '\': @f = \; otherwise the data is not read. In Embperl 2.0b9, the default behavor seems to treat the spaceship operator as raw input, requiring this: @f = ; Of course

Re: Problem with import subroutine

2003-08-10 Thread ckassab
Hi: Are you using embperl object?, if so, see the next link: http://take23.org/articles/2001/02/07/embperlobject.xml If you are NOT using embperl object, the way to solve this problem is like this: file index.epl: [$syntax EmbperlBlocks ASP $] -> this is because i like this kind of syntax [- Exe