Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: How to represent complex data structure and manipulate it easily?

by Boldra (Deacon)
on Jun 21, 2012 at 07:16 UTC ( [id://977583]=note: print w/replies, xml ) Need Help??


in reply to Re: How to represent complex data structure and manipulate it easily?
in thread How to represent complex data structure and manipulate it easily?

Did you know you can omit the second (and subsequent) arrows?
$structure->[$number]->{$name} can be written $structure->[$number]{$name}.


- Boldra

Replies are listed 'Best First'.
Re^3: How to represent complex data structure and manipulate it easily?
by linuxkid (Sexton) on Jun 21, 2012 at 14:13 UTC

    never did realize that, but i dok find it improves readability, especcially when helping grren perl converts...

    --linuxkid


    imrunningoutofideas.co.cc

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found