As a Web programmer, I usually using CGI::Application already, so I will stick data in a param for use around a script.
$self->param('hashref' => \%hash);
and later:
my %hash = %{ $self->param('hashref') };
Again, only if that is a viable option.
In reply to Re: Are global variables "bad"?
by bradcathey
in thread Are global variables "bad"?
by jpearl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |