Re: using grep in perl

2004-02-03 Thread Jeff 'japhy' Pinyan
On Feb 3, Cy Kurtz said: >I'm trying to write a little program to take all of the fun out of the >daily jumble. > >My plan is to get a sequence of letters from the user, move the letters >around and bounce the resulting sequence of letters off of a spell check >dictionary until the program generat

Re: using grep in perl

2004-02-03 Thread Rob Dixon
Cy Kurtz wrote: > > I'm trying to write a little program to take all of the fun out of the > daily jumble. > > My plan is to get a sequence of letters from the user, move the letters > around and bounce the resulting sequence of letters off of a spell check > dictionary until the program generates

Re: using grep in perl

2004-02-03 Thread Andrew Gaffney
Cy Kurtz wrote: I'm trying to write a little program to take all of the fun out of the daily jumble. My plan is to get a sequence of letters from the user, move the letters around and bounce the resulting sequence of letters off of a spell check dictionary until the program generates an English wor

using grep in perl

2004-02-03 Thread Cy Kurtz
I'm trying to write a little program to take all of the fun out of the daily jumble. My plan is to get a sequence of letters from the user, move the letters around and bounce the resulting sequence of letters off of a spell check dictionary until the program generates an English word. When I call