in reply to Re: Using spacebar instead of return key for terminal input
in thread Using spacebar instead of return key for terminal input

Interesting. I'd probably use this approach but my program limits input to certain keys to prevent mistakes.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Using spacebar instead of return key for terminal input