my @array; while () { push @array, [extract_data_from_line $_]; }