in reply to
preserve array from getting re-initilize
Works perfectly fine, it's the method I use as well. Only I do it like:
{ my @verbose; sub verbose { ... }}
[download]
No need to have that messy indenting or extra lines in there.
Comment on
Re: preserve array from getting re-initilize
Download
Code
In Section
Seekers of Perl Wisdom