in reply to Is your Perl broken? Bug help needed.
With
I getperl -le 'while ("this_is_broken_" =~ /(.*?)_/gs){print "($1) ";}'
as output.(this)
Looks like I'm seeing the same problem.
Update: After looking at count0's post further down, I thought I'd check Perl 5.005_03 (for i386-linux installed as /usr/bin/perl - Debian Potato 2.2r4 base packages).
With the same input described above I get
as output with Perl 5.005_03 on the same machine - it works, which conflicts with count0's results.(this) (is) (broken)
|
|---|