|
Complete.Org:
Mailing Lists:
Archives:
discussion:
June 1999: [aclug-L] fun perl snippet |
|
[aclug-L] fun perl snippet[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
This got passed around at work yesterday:
sub prime { (1x shift) !~ /^(11+)\1+$/ }
-jeff
--
Positive, adj.: Mistaken at the top of one's voice.
-- Ambrose Bierce, "The Devil's Dictionary"
|