Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Perl6: S2 identifier and $ special var questions

by TimToady (Parson)
on Sep 14, 2011 at 18:19 UTC ( [id://925973]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl6: S2 identifier and $ special var questions
in thread Perl6: S2 identifier and $ special var questions

You may not start an identifier with - like that; hyphens and apostrophes are only allowed internally.

In theory one can declare or use any name you like using Perl 6's explicit symbolic ref notation:

my $::("-O'Malley's") = 42; say $::("-O'Malley's");
However, neither implementation does constant folding well enough yet to recognize these as a static variable names.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://925973]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-20 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found