Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: creating a subroutine for accessing hash of arrays

by cLive ;-) (Prior)
on Mar 27, 2004 at 06:55 UTC ( [id://340227]=note: print w/replies, xml ) Need Help??


in reply to creating a subroutine for accessing hash of arrays

You don't really need a sub. Just simplify a little:
($partners,$email,$nickname,$realname,$postcode,$phone) = @{ $partners +{$item} };
cLive ;-)

Log In?
Username:
Password:

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

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

    No recent polls found