http://qs321.pair.com?node_id=139560

idunno has asked for the wisdom of the Perl Monks concerning the following question:

I have some variables that I need to use in several functions. I also want to use strict;. What's the best way to use these variables where I need to without making them global?

Thanks.