On Fri Nov 25 13:02:09 2011, jkeenan wrote: > On Thu Nov 24 07:04:45 2011, dk@tetsuo.karasik.eu.org wrote: > > > > $ perl a.pl > > Variable "$bar" is not available at a.pl line 9. > > > > > > I can confirm that this warning appears in 5.14.2 but not in 5.12.0. A > preliminary examination of the relevant perldeltas didn't turn up an > obvious explanation. From perlsyn: The behaviour of a my statement modified with a statement modifier conditional or loop construct (e.g. my $x if ... ) is undefined. Behaviour that isn't defined cannot possibly be buggy, right?Thread Previous