in reply to Re^6: How to extract a pattern in Perl regex?
in thread How to extract a pattern in Perl regex?

Indeed, I took that to mean do it within one line of code, rather than as a command line one liner.

  • Comment on Re^7: How to extract a pattern in Perl regex?

Replies are listed 'Best First'.
Re^8: How to extract a pattern in Perl regex?
by haukex (Archbishop) on May 02, 2020 at 11:53 UTC
    I took that to mean do it within one line of code, rather than as a command line one liner.

    Me too, but my thinking was that one-liners are the ultimate way of saying "look at how little code I need" ;-)

      Absolutely, and it's great to showcase some ojo magic.