Hello all,
I need to generate a random word. I have bodged it by generating random characters, and passing this to the Aspell dictionary. Unfortunately this makes a list of words of all lengths, where I need to generate a word of a certain length.
Could someone advise me on how to modify this to show only words of a certain length, or is there another way.
I'm using the current version of Aspell (with test::apsell) and perl 5.8.8 on solaris.
Thank you in advance for any help.