print "First loop:\n\n"; while () { print; } print "\n\nSecond loop:\n\n"; while () { print; } __DATA__ first line second line third line