Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: prevent stringification for hash-keys

by soonix (Canon)
on Feb 17, 2019 at 07:27 UTC ( [id://1230019]=note: print w/replies, xml ) Need Help??


in reply to Re^2: prevent stringification for hash-keys
in thread prevent stringification for hash-keys

No, he wants to avoid stringification of hash keys, especially of barewords.
  • Comment on Re^3: prevent stringification for hash-keys

Replies are listed 'Best First'.
Re^4: prevent stringification for hash-keys
by 1nickt (Canon) on Feb 17, 2019 at 12:37 UTC

    "What I really want is a way to make $hash{bare_word} a compile-time error in a lexical scope..."


    The way forward always starts with a minimal test.
      Terminology is a bitch. While it's true that interpreting a bareword as string, which occurs at complile time, is not called stringification, I think it is clear that OP wants $hash{blahblah} treated differently from $hash{'blahblah'} … only the former should be a syntax terror, something like use stricter; .-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-16 11:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found