in reply to Perl 6 Regular Expressions II: Electric Boogaloo

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^2: Perl 6 Regular Expressions II: Electric Boogaloo
by DrForr (Beadle) on Feb 15, 2016 at 09:51 UTC
    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.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^2: Perl 6 Regular Expressions II: Electric Boogaloo
by Anonymous Monk on Feb 15, 2016 at 21:21 UTC
    Who do you think you are?