kiz has asked for the wisdom of the Perl Monks concerning the following question:
I am writing an extension to (or subclassing, or whatever) MathML::Entities - MathML::Entities::Approximate. I would like my package four things:
MathML::Entities exports two funtions automatically, and I want to be available even though only use MathML::Entities::Approximate; has been called.
Any pointers/tips/advice/hand-holding/etc...?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Modifying/extending a superclass' data
by Zaxo (Archbishop) on Nov 17, 2005 at 12:46 UTC | |
by kiz (Monk) on Nov 17, 2005 at 14:00 UTC | |
by dragonchild (Archbishop) on Nov 17, 2005 at 14:41 UTC | |
Re: Modifying/extending a superclass' data
by xdg (Monsignor) on Nov 17, 2005 at 13:00 UTC | |
by kiz (Monk) on Nov 17, 2005 at 14:06 UTC | |
by xdg (Monsignor) on Nov 17, 2005 at 14:15 UTC | |
by kiz (Monk) on Nov 17, 2005 at 14:36 UTC | |
by xdg (Monsignor) on Nov 17, 2005 at 15:03 UTC | |
|