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

Re: Using references as hash keys

by Moron (Curate)
on Oct 18, 2005 at 13:56 UTC ( [id://500988]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print Dumper( \%HOfR );
    
    sub Sub { };
    
  2. or download this
    $VAR1 = {
              'ARRAY(0x2ddf0)' => 'valForRefOfArr',
    ...
              'HASH(0x2ddcc)' => 'valForRefOfHash',
              'CODE(0x456cc)' => 'valForRefOfSub'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-20 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found