in reply to Re: Regex to match a line
in thread Regex to match a line

Then you could verify if there are enough items on array:
if ($#mach_A < 41) { # Less columns than expected. warn "Line has less columns than expected."; }

Igor 'izut' Sutton
your code, your rules.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.