in reply to Sharing and over-riding package functions

You may be wanting something like Module::Replace? It can help hide the messy details behind a cleaner-looking façade :-) (Of course, looks can be deceiving...)

  • Comment on Re: Sharing and over-riding package functions

Replies are listed 'Best First'.
Re^2: Sharing and over-riding package functions
by ruzam (Curate) on Dec 12, 2008 at 00:43 UTC
    Thanks Tanktalus, that was very helpful (see my reply to rir below). So I guess there's no built in way to get the same end result? I was hoping for some Perl magic I could use instead of messing with symbol tables by hand :(