in reply to (TIMTOWTDI / Golf / Obfu) Airplanes in class
for(1..500){ push(@lines, "I will not throw paper aeroplanes in class."); } print join("\n",@lines); [download]