foreach (@array) { my @split_array = split; my ($testnumber, $llimit, $value, $ulimit, $unit, $name) = @array; }