Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Peculiar hash behavior

by AnomalousMonk (Archbishop)
on Oct 02, 2021 at 07:16 UTC ( [id://11137196]=note: print w/replies, xml ) Need Help??


in reply to Peculiar hash behavior

For the $h1{(@h)} expression, note that an @array evaluated in scalar context yields the number of elements in the array. In the $h1{(@h)} expression, the @h array of three elements (used as a key/string) is evaluated in scalar context (update: so 3 → "3").


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^2: Peculiar hash behavior
by dd-b (Monk) on Oct 05, 2021 at 02:35 UTC

    Yes, of course it does. Sigh.

    Bad luck for me that my test data started with '3', so it was easy to not realize that well-known thing was happening.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 14:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found