in reply to Re: Perl 6 Regular Expressions II: Electric Boogaloo
in thread Perl 6 Regular Expressions II: Electric Boogaloo

Nick - Sorry that 'Perl 6' in the title misled you into thinking it was an article about Perl 5. Maybe this code snippet will help:
if ( "Perl 5" eq "Perl 6" ) { print "Yes\n" } else { print "No\n"; }
As a public service, note that it works in both Perls 5 and 6.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.