Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Ternary Quizical behaviour?

by Eily (Monsignor)
on Jul 10, 2020 at 12:33 UTC ( [id://11119138]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash2 = (
      a => ++$m,
      b => ++$m,
      c => ++$m
    );
    
  2. or download this
    #This time you get three times the same value
    0  HASH(0x30ef548)
       'a' => 3
       'b' => 3
       'c' => 3
    

Log In?
Username:
Password:

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

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

    No recent polls found