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


in reply to Re^2: Using Global Variables in Perl
in thread Using Global Variables in Perl

I honestly don't suggest or condone the use of global variables in this aspect... If you have the time to write out $varname you have the ability to just hard code >> << > < also like to point out your variable names are already identifyers it really needs to be just standard variables in this case however an option for global shared variables in the $_ENV in perl to control global variables over your filehandle multiplexing codes.