[vox-tech] perl - A way to export ALL functions in a package?

David Hummel dhml at comcast.net
Thu Dec 23 21:54:48 PST 2004


On Fri, Dec 24, 2004 at 12:35:28AM -0500, Peter Jay Salzman wrote:
> 
> Is there a way of telling perl: "Hey, just export every function
> that's defined in this module".   It's kind of a drag having to keep
> @EXPORT updated everytime I write more (or delete) code.

Or just don't export anything and use object oriented lingo.  This may
or may not be easier depending on the size of your project, but I'd
recommend this especially if you end up aggregating lots of modules.

-David


More information about the vox-tech mailing list