outside a parenthesis cause multiple captures when in list context. For instance, I'd like to match some text followed by an unknown number of words. For example,
. Note the last
. I'd like it to cause a capture for each internal word. Perl doesn't let me do that. What kind of workarounds can I employ?