in reply to Re^3: override CORE sub and keep method in same package (Updated)
in thread override CORE sub and keep method in same package

You guessed right. Unfortunately I have to change something in the existing method subs, for all the solutions presented here. So I might as well just replace all calls to builtin select in each method with a select2 I defined. Checking if the first arg is blessed is another solution which probably would have been cleaner then putting select2 everywhere.
  • Comment on Re^4: override CORE sub and keep method in same package (Updated)

Replies are listed 'Best First'.
Re^5: override CORE sub and keep method in same package (Updated)
by BrowserUk (Patriarch) on Oct 15, 2013 at 23:01 UTC
    So I might as well just replace all calls to builtin select in each method with a select2 I defined.

    Yes. That is much simpler isn't it :)


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.