![]() |
|
Welcome to the Monastery | |
PerlMonks |
weird bug with IO::Prompter, prompt spells out the word 'prompt'by daxim (Curate) |
on Oct 17, 2019 at 15:01 UTC ( [id://11107607]=perlquestion: print w/replies, xml ) | Need Help?? |
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?
Back to
Seekers of Perl Wisdom
|
|