in reply to Re^2: "Can't happen" bugsin 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. [download]
lodin