>
> 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
>
> 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
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
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