On Fri, 2002-05-31 at 15:54, Kevin Eye wrote:
> Any of the following lines inside the [% PERL %] section also cause a
> core dump:
>
> print $_
> print $@
> print $!
> print @_
> print %SIG
> s/(.)/$1/
> sort { $a <=> $b } (1..10)
> Is anyone else having this problem? Any suggestions on how to fix it?
are you using Apache::Template ? i had the same problem yesterday with
the use of $1 making apache segfault - it drove me mad for an hour. but
today i fixed it straight away by upgrading to the latest CPAN version
of Apache::Template .
alex