Perl! (19)

8 Name: !WAHa.06x36 2004-11-30 00:58 ID:2sF2hcug [Del]

Also, here's a classic, which is extra fun because it's fairly easy to pick apart and understand:

perl -wle '(1 x $_) !~ /^(11+)\1+$/ && print while ++ $_'

It lists prime numbers.

This thread has been closed. You cannot post in this thread any longer.