Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

I made a hangman program...

Name: Anonymous 2008-04-27 1:15

...with perl. I am so proud.

Name: Anonymous 2008-04-29 8:38

my @words = map { lc } read_file $dict;
@words = shuffle @words;


wouldn't just my @words = shuffle map { lc } read_file $dict; be enough?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List