@greeting = ("Hello", "world!");
for ($i = 0; $i <= 1; $i++) {
	print "$greeting[$i] ";
}
print "\n";
