Brian Raven wrote:
> In addition, the variables in your module will not be visible to the
> code that "uses" it, unless you fully qualify them, e.g.
> $Dell::Config::Template. Another way to make them visible is to export
> them, see 'perldoc Exporter'. For example, Dell/Config.pm could look
> like this:
Just want to add that exporting package variables is generally 
discouraged, unless there is a good reason for it. Even then, try to 
throw in some concept of scope, like the APACHE_OK

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to