Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

RE: Wordlist maker

by Zarathustra (Beadle)
on Sep 18, 2000 at 03:13 UTC ( [id://32897]=note: print w/replies, xml ) Need Help??


in reply to Wordlist maker

Hello

How about:

open(LIST, ">wordlist.txt"); while (<>) { length($_) >= 5 or next; s/(\W|[1-9])//g; $i++; print LIST "$_\n"; } close(LIST); print "$i words found. Saved in wordlist.txt\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://32897]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-25 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found