- or download this
#!/usr/bin/perl
...
@ARGV = '/usr/share/dict/words';
/$qr/ and print, exit while <>; # show first match
- or download this
qr/^(.)(?!\1)(.)(?!\2)(?!\1)(.)(?!\2)(?!\1)(?!\3)(.)(?!\4)(?!\3)(?!\2)
+(?!\1)(.)(?!\5)(?!\2)(?!\1)(?!\3)(?!\4)(.)\1$/
algebra
- or download this
#!/usr/bin/perl
...
@ARGV = '/usr/share/dict/words';
use List::AllUtils qw{ sample };
print sample 10, grep /$qr/, <>
- or download this
qr/^(.)
(?!\1)(.)
...
shock's
singles
snipe's