in reply to Re: A most obscure bug
in thread A most obscure bug
c:\>perl -v
This is perl, v5.8.4 built for MSWin32-x86-multi-thread
(with 3 registered patches, see perl -V for more detail)
c:\>perl
my $x = 1;
die "Oh dear!\n" while my $foo = $x && 0;
print "ok!\n";
^D
ok!