Matthew Walton wrote:
On Mon, Apr 12, 2010 at 1:22 PM, Shawn H Corey wrote:
So, I'll ask again: Where in the official documentation does it state that
Perl 6 names are case sensitive?
I think it's more important to ask where it says that they aren't.
1) Perl 5 is case sen
Darren Duncan wrote:
See http://perlcabal.org/syn/S02.html#Names for your answers.
Thanks for the link but nowhere in it does it state tha Perl 6 names are
case sensitive. The best the do is this, which implies it is but
doesn't state it.
"Other all-caps names are semi-reserved. We may add
Damian Conway wrote:
Well, if we're not going to try to implement linguistically based
hyphenation/underscoriation rules (and I'd still argue that hyphenating
adjectives to nouns and underscoring everything else isn't exactly
rocket science), then I'd suggest we reconsider a radically different
p
Juan Madrigal wrote:
> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
$ perl -ple '$_=eval'
(In Windows: perl -ple "$_=eval" )
Enter the command `exit` to end the session.
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organizatio