Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Any last words?

by Anonymous Monk
on Nov 23, 2001 at 02:22 UTC ( [id://127027]=note: print w/replies, xml ) Need Help??


in reply to Any last words?

No man, this is plain parameter passing rules in action. You are passing references.

This will do:

my %hash= qq(bar xxx);

my @array = qq(baz quux);

die('foo ',%hash, @array);

Cheers

Log In?
Username:
Password:

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

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

    No recent polls found