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


in reply to Re^2: "Can't happen" bugs
in thread "Can't happen" bugs

Or use warnings:

use warnings; my $x; if ($x = 0) { 1 } __END__ Found = in conditional, should be == at - line 4.

lodin