I've researched (google) for without success, so I turn to S.O. for help.
I seem to remember a way of coding a perl package so that if any missing methods that are called, a helper function will perform the action.
All the 'missing' methods have the same look and feel. They just need call another library with the passed in arguments, plus the name of the 'missing' method.
The class will have some concrete methods, eg. constructor and destructors.
Many thanks.