How do I export a Constant from a module?

Test.pm:

package Test;

@EXPORT_OK = qw(__what__);
use constant FOO => 123;

--
In the land of the dark the Ship of the
Sun is driven by the Grateful Dead.
		-- Egyptian Book of the Dead


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to