in reply to Re^4: Can figure out a way to get File::Grep's fgrep to chomp matches
in thread Can figure out a way to get File::Grep's fgrep to chomp matches

As already mentioned, I don't like this implementation, far too many surprises.

No wonder it's version 0.02

You could fix it probably with a leading chomp inside the fgrep, but frankly it's easier to code it the old fashioned way than to struggle with this interface.

I don't have this module installed, sorry.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^5: Can figure out a way to get File::Grep's fgrep to chomp matches