in reply to Confused about typeglobs and references
Put either of these at the beginning of the script:
our @a = (); # or use vars qw(@a);
That should do the trick - unless I'm missing something else from your snipped code...
.02
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Confused about typeglobs and references
by Argel (Prior) on Nov 04, 2002 at 20:15 UTC |