in reply to Re: "if" in a my declaration statement causes problemin thread "if" in a my declaration statement causes problem
sub foo { my $x if 0; ... } [download]
{ my $x; sub foo { ... } } [download]