Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: Referencing a HoH

by Zed_Lopez (Chaplain)
on May 07, 2003 at 18:21 UTC ( [id://256342]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Referencing a HoH
in thread Referencing a HoH

You could also consider the now mostly disused pseudo-multi-dimensional array syntax:
$h{$key1,$key2} = $val; while (my ($key, $val) = each %h) { my ($key1, $key2) = split /$;/, $key; print "$key1;$key2 -> $val\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found