in reply to Why doesn't @EXPORT = (keys %METHODS) work?

  our @EXPORT = (%keys %METHODS); What, pray tell, is %keys?

You really need to use strict; here.

Replies are listed 'Best First'.
Re: Re: Why doesn't @EXPORT = (keys %METHODS) work?
by merlyn (Sage) on Mar 15, 2001 at 06:27 UTC
Re: Re: Why doesn't @EXPORT = (keys %METHODS) work?
by rrwo (Friar) on Mar 15, 2001 at 06:25 UTC

    Actually, that's my typo in entering it in Perl monks (see above). I already use struct, and it still doesn't work.