http://www.perlmonks.org?node_id=216118


in reply to Re: My coding guidelines
in thread My coding guidelines

Funny, I tend to put the whitespace inside the curlies and add extra arrows in that case, as in $foo{ $something_really_long }->{ and_rather($complicated)->{here} } which I find more helpful than $foo {$something_really_long} {and_rather($complicated)->{here}}

Makeshifts last the longest.