Your script ignores the the first $reply given.
- First, remove the first chomp($reply = <STDIN>); before(!) the comment #Following loop....
- Then, you might want to remove the first Pick a letter between a and d.
print statement (outside the loop) - if that still bothers you (it is not clear to me from your
question / personally, I would let it stay that way).
HTH