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