http://www.perlmonks.org?node_id=20603


in reply to passing a multidimentional hash-sub-hash (to a sub and back again)

</code>
FYI

   it's  
    return(\%ALLDATA)
    $external = (blah blah blah)

    foreach $newkey (sort keys %$external) {
            #travels through the first level of that hash...
    }
  

  yes, i posted and answered my own question ... 
  leave me alone ;)

  it's good for the FAQ

  i'd liek to know why it does that though
  • Comment on RE: passing a multidimentional hash-sub-hash (to a sub and back again)