Re: Global symbol "%Properties" requires explicit package name
- From: "Dr.Ruud" <rvtol+news@xxxxxxxxxxxx>
- Date: Wed, 30 Apr 2008 10:20:42 +0200
mike schreef:
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.
You are using %Properties inside deploy(). But it is declared later.
You could move the "my %Properties" further up, but I would pass a
hash-refererence to deploy().
Or are there specifc reasons (like security) to not give deploy the full
%Properties?
readConfig() now returns a list, I would change that to a (scalar
containing a) hashref.
--
Affijn, Ruud
"Gewoon is een tijger."
.
- References:
- Prev by Date: What's wrong with transparency by GD?
- Next by Date: Re: WWW::Mechanize doesn't always follow_link(text
- Previous by thread: Re: Global symbol "%Properties" requires explicit package name
- Next by thread: How do I follow links stored in an array?
- Index(es):
Relevant Pages
|
|