[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] change makedictionary script



At 20.22 +0100 98-11-15, arthur wrote:
>How would we be able to make the script  pick 5 letter words or longer only?
>Heres the script........

Change

        if (length $_ <= 1) { next }

to

        if (length $_ <= 5) { next }

___Carl_Johan_Berglund_________________________
   Adverb Information
   carl.johan.berglund@adverb.se
   http://www.adverb.se/



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch