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

Re^2: Hashes of Hashes Error

by Jeri (Scribe)
on Nov 09, 2011 at 18:46 UTC ( [id://937181]=note: print w/replies, xml ) Need Help??


in reply to Re: Hashes of Hashes Error
in thread Hashes of Hashes Error

Would this fix my problem?

$HoH{$name}{$1}={$1=>$2};

Replies are listed 'Best First'.
Re^3: Hashes of Hashes Error
by Your Mother (Archbishop) on Nov 09, 2011 at 19:18 UTC

    It really depends on what you want to do with the data. Probably what you want is no hash at the end; guessing.

    $HoH{$name}{$1} = $2;

Log In?
Username:
Password:

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

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

    No recent polls found