Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Hash Syntax Question

by FunkyMonk (Chancellor)
on Jul 25, 2007 at 21:35 UTC ( [id://628812]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    zippy:~/scripts$ deparse -e '$h{q[one]} = 1; $h{qq[two]} = 2; $x = q[t
    +hr]; $h{qq[${x}ee]} = 3;'
    $h{'one'} = 1;
    ...
    $x = 'thr';
    $h{"${x}ee"} = 3;
    -e syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-24 10:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found