in reply to Re^2: About "state" variables in Perl 5.10
in thread About "state" variables in Perl 5.10

So one of things that went into 5.10 was the outlawing of my $foo if 0

Why still allow my $foo if $bar; ? Such seems, if anything, worse than the if 0 construct. I can understand putting it through a deprecation cycle but not even that was started.

- tye