in reply to
storing data in a package/module
try
use vars
or
our
~Particle *
accelerates
*
Comment on
Re: storing data in a package/module
Select
or
Download
Code
Replies are listed 'Best First'.
Re: Re: storing data in a package/module
by
etcshadow
(Priest)
on Oct 29, 2003 at 18:33 UTC
use vars
and
my
are simplest. Another option that might be better in some situations (or worse in others) is to use a lexical (my) variable, and have functions that get/set/return a reference to it.
------------
:Wq
Not an editor command: Wq
[reply]
[d/l]
[select]
In Section
Seekers of Perl Wisdom