On Sun Aug 23 05:51:21 2009, equinox wrote: > Hi, > > I tried rakudo.. I guess you want to know about it. > > The following example does not give proper error message. There is no > line number. > while ( $filenamelist =~ /\G(.+?),|\G(.+)/g ) {} > > Marton Papp
with rakudo rev c41cf3f: ./perl6 -e 'while ( $filenamelist =~ /\G(.+?),|\G(.+)/g ) {}' Unsupported use of =~ to do pattern matching; in Perl 6 please use ~~ at line 1, near " /\\G(.+?)," <SNIP> Assigning to moritz to double check test status. -- Will "Coke" Coleda