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


in reply to Re: Perl oddities
in thread Perl oddities

Don't forget that labels escape strictures too. If Perl can tell what it is, strict doesn't care. With filehandles it knows by position. With labels, it's the colon. You can forward define subs too, and get away with it.

--
brian d foy <bdfoy@cpan.org>