in reply to Re: Matching over multiple lines in a scalar
in thread Matching over multiple lines in a scalar

Thanks very much - that's exactly what I was looking for. I need to study up on ?=...

The only problem in using that regex is that is doesn't capture the last line of input because the data doesn't end with a digit. The easy way around that was to add $info .= '00:';.


«Rich36»