NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I can reproduce it (Score:1)
yanick@enkidu ~/tmp $ perl core.pl
Segmentation fault
yanick@enkidu ~/tmp $ perl -MError -le'print $Error::VERSION'
0.15008
yanick@enkidu ~/tmp $ perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
Platform:
osname=linux, osvers=2.6.12-gentoo-r6enkidu, archname=i686-linux
uname='linux enkidu 2.6.12-gentoo-r6
Re:I can reproduce it (Score:2)
Errorinto consideration:yanick@enkidu ~/tmp $ perl -MError -le'print $Error::VERSION'
0.15008
I wonder if it is a combination of
perlandErroror just that particular version ofErrorReply to This
Parent
Re: (Score:1)