Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Perl6: What is "idfirst letter"?

by ikegami (Patriarch)
on Sep 07, 2011 at 21:12 UTC ( [id://924682]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl6: What is "idfirst letter"?
in thread Perl6: What is "idfirst letter"?

Well, in Perl5, "[" and U+0001 are allowed as the first (and only) character of an identifier, but I don't think anyone would consider them idfirst. I don't know if Perl6 has such exceptions.

Replies are listed 'Best First'.
Re^3: Perl6: What is "idfirst letter"?
by moritz (Cardinal) on Sep 08, 2011 at 05:58 UTC
    No. There are special variables with "weird" names ($/, $!, $¢) but they aren't identifiers.

    I also don't think that [ counts as an identifier character in Perl 5, because you can't write sub [ { }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://924682]
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-25 15:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found