Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: I've got a hash of hashes how do i get my values out

by atcroft (Abbot)
on Sep 10, 2004 at 18:26 UTC ( [id://390153]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        my $indentation = '  ' x $nextlevel;
        print $indentation, $baseval, ' = ', $datum, "\n";
    }
    
  2. or download this
    $ perl test-mlh.pl
          $hash{key1}{key2}{key3} = asdf
    ...
      $array[8] = 8
      $array[9] = 9
      $scalar = blah
    

Log In?
Username:
Password:

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

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

    No recent polls found