in reply to Re^2: Capturing groups where the ending is optional
in thread Capturing groups where the ending is optional

... there were no warnings --- I'm only using perl from the command line .... I'm pretty much a complete perl noob.

Perl noobs in particular should always enable warnings and strictures. One way to do this from the command line is
    perl -wMstrict -e "perl code here ..." whatever else ...
(double-quotes for Windoze, single-quotes otherwise).


Give a man a fish:  <%-{-{-{-<