in reply to override CORE sub and keep method in same package

package Your::Class::_internal; use Custom::Select 'select'; # Replaces CORE select() sub Your::Class::select { ... select( ... ) ... }

- tye        

  • Comment on Re: override CORE sub and keep method in same package (another package)
  • Download Code