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


in reply to Re^3: The Cost of Nested Referencing
in thread The Cost of Nested Referencing

I *personally* would rather stay away from

statement if condition statement for(@list)

...because that way I'm less likely to be bashed by others claiming that (my) perl code is unreadable ;)