Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re (tilly) 2: hash n' params

by tilly (Archbishop)
on Apr 08, 2001 at 00:02 UTC ( [id://70743]=note: print w/replies, xml ) Need Help??


in reply to Re: hash n' params
in thread hash n' params

Warning. A bug I recently learned about:
use strict; my %trial_hash = ( foo => "bar", );
does not run properly in a Perl program, but does if you use eval. So while I use the "big arrow", you should put it on the same line as the key, not the value.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-25 15:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found