in reply to Re: Perl 6 Regular Expressions II: Electric Boogaloo
in thread Perl 6 Regular Expressions II: Electric Boogaloo
As a public service, note that it works in both Perls 5 and 6.if ( "Perl 5" eq "Perl 6" ) { print "Yes\n" } else { print "No\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |