testarray.pl   [plain text]


for ($i[0][0]=0; $i[0][0]<1000000; $i[0][0]++) {
	$i[1] += $i[0][0];
}

print $i[1];