in reply to Re: matching large arrays then updating
in thread matching large arrays then updating

Judging by the sentence that follows those you quoted,

$OP =~ s{

Each array has the same amount of elements (170)

}{

Each rec is an array of 170 elements

}

  • Comment on Re^2: matching large arrays then updating