in reply to Re: Getting byte stream input from STDIN
in thread Getting byte stream input from STDIN

Yes, forgot to mention that autoflushing on STDOUT is enabled as well. I'll look into Term::ReadKey...the pod for getc mentions this, too. Thanks.

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

  • Comment on Re: Re: Getting byte stream input from STDIN