testarray2.pl   [plain text]


for ($i="aaa"; $i lt "bbb"; $i++) {
	print "$i\n";
}