in reply to Re: "Overriding" functions?
in thread "Overriding" functions?

By "I can't use the OO capabilities..." I suppose OP meant that s?he cannot use OO style to provide for namespace[0] or polymorphism such that the desired method|function could be called.

Addendum. [0]A namespace can also be provided for by a non-OO module which does not export the sub in question by default.