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

Perl 5.6.0 on RH 7.1 doesn't display the error... i.e.
% perl -le 'print "($1) " while "this_is_broken_" =~ /(.*?)_/gs' (this) (is) (broken) % perl -v This is perl, v5.6.0 built for i386-linux

-Blake