in reply to Re: Issue with Exporter
in thread Issue with Exporter

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."
-- Chip Salzenberg