|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: Issue with Exporterby davorg (Chancellor) |
| on Jan 11, 2007 at 08:22 UTC ( [id://594145]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Untested Perhaps you should have tested it :-) @EXPORT controls symbols which are automatically exported from the module. If a symbol is included in @EXPORT then you don't need to explicitly name it in the use command. You only need to explicitly name symbols that are in the @EXPORT_OK array. The actual problem is that the module doesn't load Exporter.pm - so putting symbols in @EXPORT has no effect.
-- <http://dave.org.uk> "The first rule of Perl club is you do not talk about
Perl club."
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||