in reply to
Re: Boolean counter?
in thread
Boolean counter?
Or if you do want the numerical value:
$counter = !$counter || 0;
[download]
Comment on
Re^2: Boolean counter?
Download
Code
In Section
Seekers of Perl Wisdom