in reply to Re^2: anyway to make this look better
in thread anyway to make this look better

$addresses[0]->[0]->[0]
(\@addresses)->[0]->[0]->[0]

Replies are listed 'Best First'.
Re^4: anyway to make this look better
by Anonymous Monk on May 18, 2011 at 22:35 UTC

    To improve it further, you can leave out those optional arrows. That will reduce code clutter and make it more readable.

      I agree, but that's the code to which the OP asked to add arrows.