I'm not sure if I can phrase this correctly, so bare with me!
There is a document that has a bunch of
I need to capture into an array for further manipulation. I use m/// to match the first hit without a problem, but how do I make it match and store each item into an array? The document will be in the form of a variable.
Thanks in advance!