http://qs321.pair.com?node_id=181816


in reply to GOTO considered (a necessary) evil?

after reading this thread and re-reading Would you use 'goto' here?, i'm beginning to think there should be optional warnings for goto usage. perhaps use warnings 'goto'; could warn on goto LABEL and goto EXPR, but pass goto &NAME.

of course, this shouldn't be implemented without an agreement from the perl community that goto in the traditional sense should someday be deprecated.

thoughts?

~Particle *accelerates*