in reply to
A TRUE-once variable
Heh
$| = 0; sub true_once { not $|++; }
[download]
Comment on
Re: A TRUE-once variable
Download
Code
In Section
Seekers of Perl Wisdom