Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: perl hash array printing

by Anonymous Monk
on Sep 05, 2012 at 00:03 UTC ( [id://991709]=note: print w/replies, xml ) Need Help??


in reply to Re: perl hash array printing
in thread perl hash array printing

yes i believe so only made for array like with @(), I am going to try this out:)

Replies are listed 'Best First'.
Re^3: perl hash array printing
by Anonymous Monk on Sep 05, 2012 at 07:43 UTC
    $ perl -e " use Data::Dump; $totalhash{hello}{world}[1]=9; dd \%total +hash; dd $totalhash{hello}{world}[1]; " { hello => { world => [undef, 9] } } 9

    See References quick reference

Log In?
Username:
Password:

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

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

    No recent polls found