Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How to process named parameters that have the same key name?

by ickyb0d (Monk)
on Oct 17, 2005 at 21:06 UTC ( [id://500847]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to How to process named parameters that have the same key name?

what about if you just did something like this if you don't want to use arrays...
my $example = test::blah->new(); $example->simple_call( 'animal' => { 'rhino' => 1, 'hippo' => 1}, 'fish' => { 'tuna' => 1}, 'insect' => { 'ant' => 1, 'spider' => 1} };
then just use they keys of 'animal' 'fish' and 'insect' to get the data out. isn't a spider an arachnid anyways? :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://500847]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.