Skip to content

Instantly share code, notes, and snippets.

@foxish
Created August 29, 2013 12:21
Show Gist options
  • Save foxish/6377371 to your computer and use it in GitHub Desktop.
Save foxish/6377371 to your computer and use it in GitHub Desktop.
Perl Regex to test primality
perl -e "print 'Prime' if (1 x shift) !~ /^1?$|^(11+?)\1+$/" 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment