in reply to Comparing and Counting Arrays Length
@array1 = split ' ', $input{'dummy_a'}; $array_lenth = @array = (@array1); [download]