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


in reply to Re: Re: Why no bareword warnings while inside of BEGIN
in thread Why no bareword warnings while inside of BEGIN

JayBonci,
See my post below. The while loop is infinite because 0 < 1. It never enters the loop when 0 > 1. Not throwing the error until after the code is run may or may not be expected behavior as tye points out.

Cheers - L~R