Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Word Math

by sflitman (Hermit)
on Oct 10, 2008 at 17:51 UTC ( [id://716498]=note: print w/replies, xml ) Need Help??


in reply to Word Math

Very cool. For ActivePerl on Win32, I'd add code to detect windows and choose an alternate path for the dictionary.
my $DictFile = $^O eq 'MSWin32' ? "C:\\Program Files\\Shared Files\\words.txt" : '/usr/share/dict/words';
I of course just downloaded /usr/share/dict/words from my server and renamed it. Nice job! SSF

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 09:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found