Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: parse hash to sub

by jsprat (Curate)
on Jul 15, 2003 at 17:25 UTC ( [id://274483]=note: print w/replies, xml ) Need Help??


in reply to parse hash to sub

Parameters to a sub are flattened into a single list. More information can be found at perlsub.

In reference to your question, either pass a reference or shift off the first item, then assign to your hash - ie:

my $count = shift; %packages = @_;

HTH...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 04:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found