http://www.perlmonks.org?node_id=1010413


in reply to Problem with regex ...

Your data appears to be tabular in fixed-width columns so consider using unpack rather than regular expression captures. See pack for a description of how to construct a template to extract your data items.

Cheers,

JohnGG