Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: anonymous hashes as arguments in Tk

by dimmesdale (Friar)
on Jul 11, 2002 at 17:53 UTC ( [id://181091]=note: print w/replies, xml ) Need Help??


in reply to anonymous hashes as arguments in Tk

Thanks.

I don't know what I was thinking. The correct way is to say $_[0] instead of just $_ (i.e., $_[0]->{hash_key})

My mistake. Thanks for the help.

Try doing Dumper(@_) before you do anything else in your routine

Sorry about any confusion, but the rather cryptic (because of line breaks, what not) block of text in the code tags (with $VAR1) is the text resulting from a print Dumper @_statement.

Log In?
Username:
Password:

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

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

    No recent polls found