in reply to Re^2: referencing list
in thread referencing list
imho, using symbolic refs is not advisable in production code for something this simplistic.
If you know when and why to use them, they are great, but they are generally reserved for very advanced uses. However, I really do like sauoq's take on the problem though ;)
Update: yes... under strict, their code will break. Kudos for having strict enabled to begin with.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: referencing list
by sauoq (Abbot) on Jun 06, 2012 at 11:02 UTC |