# New Ticket Created by  Wenzel Peppmeyer 
# Please include the string:  [perl #77144]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77144 >


my $s = 'abcd'; while $s ~~ m:g/(.)/ { print $0 };

Neither works nor does it give a warning. It's basic perl5 thinking and 
will cause quite a bit confusion for converts.

Reply via email to