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

Sadly, it's legal syntax, although fatal under use strict qw(subs).

It's %keys (the hash) mod METHODS.

{grin}

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Why doesn't @EXPORT = (keys %METHODS) work?