in reply to Re^10: Grep Pattern
in thread Grep Pattern

From Re: Grep Pattern

> I guess you could also replace "4" with "@pat" to make it even more general.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^12: Grep Pattern
by ikegami (Patriarch) on Dec 16, 2018 at 19:42 UTC

    Yes, that's exactly what should be done.

    (Not to be more general, though. To be more robust (less error-prone), more self-documenting, etc, etc.)