in reply to Is your Perl broken? Bug help needed.

2;0 juerd@ouranos:~$ perl -l while ("this_is_broken_" =~ /(.*?)_/gs) { print "($1) "; } (this) 2;0 juerd@ouranos:~$ perl -l while ("this_is_broken_" =~ /(.*?)_/g) { print "($1) "; } (this) (is) (broken) 2;0 juerd@ouranos:~$ perl -v This is perl, v5.6.1 built for i386-linux =cut :)


This is on Debian Sid, the current perl package (5.6.1-6

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

Replies are listed 'Best First'.
Re: Re: Is your Perl broken? Bug help needed.
by theorbtwo (Prior) on Jan 10, 2002 at 01:33 UTC

    <AOL>Metoo.</AOL>

    I also have a copy of perl5.7.2 homecompiled in /usr/local; it doesn't have the bug.

    Sorry I couldn't acatualy help; but at least I can confirm.

    I might take a better look sometime later. I'm downloading the package source now, in case I get time.

    Thanks,
    James Mastros,
    Just Another Perl Scribe