in reply to Getting byte stream input from STDIN

Addendum: I stumbled upon the getc function in my research and that doesn't seem to work at all. Could the fact that I'm on a Windows machine using command.com be part of the problem?

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

  • Comment on Re: Getting byte stream input from STDIN

Replies are listed 'Best First'.
Re: Re: Getting byte stream input from STDIN
by bikeNomad (Priest) on Jul 27, 2001 at 00:19 UTC
    The docs for getc say that it won't get you past the problem of having to hit ENTER.