in reply to Re: How to redefine a modules private function?
in thread How to redefine a modules private function?

Hi Dave

I think this is basically the same like salva's approach to hook into @INC, right?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^2: How to redefine a modules private function?

Replies are listed 'Best First'.
Re^3: How to redefine a modules private function?
by davido (Cardinal) on Mar 09, 2022 at 16:47 UTC

    Oh... you got me. I had worked on this yesterday and posted it today without noticing someone had produced an @INC solution. Oh well. The approach has some subtle differences; I'm using the filehandle iterator approach instead of the buffer approach, but the result is the same. Thanks for bringing it to my attention.


    Dave