in reply to Re: Module 'use' chains
in thread Module 'use' chains

I'm not sure if that would work, exactly. Perhaps you want Automatically add all defined functions to your @EXPORT instead.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^3: Module 'use' chains
by tilly (Archbishop) on Aug 10, 2006 at 03:05 UTC
    Mine would work, with caveats. Yours works without caveats. So you have the more effective bad solution. merlyn++