Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Best Multidimensional Hash Practices?

by brycen (Monk)
on May 25, 2011 at 20:38 UTC ( [id://906704]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Data::Dumper;
    ...
    no autovivification;
    print "Emenity:   $hash->{tag}{Emenity}{v}\n";
    print Data::Dumper::Dumper(\$hash);
    
  2. or download this
    $VAR1 = \{
                'lat' => '37.7987145',
    ...
                'lon' => '-122.4436971',
                'id' => '992609516'
              };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-24 12:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found