http://www.perlmonks.org?node_id=11107607

daxim has asked for the wisdom of the Perl Monks concerning the following question:

This works:

› perl -MIO::Prompt=prompt -e'prompt -menu => [6..9]'

This does not (type letters and/or Enter key when prompted):

› perl -MIO::Prompter=prompt -e'prompt -menu => [6..9]'

Can you repro?