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


in reply to Re: references best practice
in thread references best practice

I agree.

The second option I think is also poorly suited to new programmers, as it can cause hard to track down action-at-a-distance problems. I remember many a trip to the good ol' debugger when I was learning to program to find out why my variables were changing state and where.