RosettaCodeData/Task/Loops-Infinite/Perl/loops-infinite-2.pl

2 lines
24 B
Perl
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
print "SPAM\n" while 1;