in reply to
perl doesn't like variable
You can also use "our":
our $counter = 0;
[download]
Comment on
Re: perl doesn't like variable
Download
Code
In Section
Seekers of Perl Wisdom