Re: Global symbol "%Properties" requires explicit package name
- From: Martijn Lievaart <m@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 22:52:40 +0200
On Tue, 29 Apr 2008 01:55:44 -0700, mike wrote:
Hi,
I have declared my %Properties but I get the following when I execute:
Global symbol "%Properties" requires explicit package name at test.pl
line 62.
A 'my' variable is in scope from the point of definition to the end of
the enclosing block. You're using the variable before it is defined. Just
move the definition to the top of the program.
HTH,
M4
.
- References:
- Prev by Date: Re: WWW::Mechanize doesn't always follow_link(text
- Next by Date: cperl-mode.el (was: Re: FAQ 3.12 Where can I get perl-mode for emacs?)
- Previous by thread: Re: Global symbol "%Properties" requires explicit package name
- Next by thread: Re: Global symbol "%Properties" requires explicit package name
- Index(es):
Relevant Pages
|