in reply to Re: Conditional initialisationin thread Conditional initialisation
The canonical example is use as a static variable: sub foo { my $foo if 0; $foo++ }