in reply to Re^3: Turning regex capture group variables into arrays, then counting the number of objects in the array
in thread Turning regex capture group variables into arrays, then counting the number of objects in the array
But if this is not possible, no big deal, it is possible to live without named captures.
Having said that, I would add that using unpack (as already suggested by poj) is probably better fit for such fixed-column formatted data than regex.
|
|---|