Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: How to improve my code? main concern:array as hash element

by vinian (Beadle)
on Nov 23, 2011 at 15:41 UTC ( [id://939688]=note: print w/replies, xml ) Need Help??


in reply to How to improve my code? main concern:array as hash element

Gi => @gi is different from Gi => "@gi"

both make @gi interpolate
the first one is

Gi => $gi[0], $gi[1] => $gi[2],
however the second is
Gi => "$gi[0] $gi[1] $gi[2]"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2024-04-18 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found