in reply to Re: Buffered STDIN
in thread Buffered STDIN

CGI.pm is generally quite worthwhile. The regularity with which its use is recommended by the knowledgable people of this site and others should give you some thought.

Are you using a persistent Perl app? FastCGI, mod_perl, or some-such? You could be having a situation where you are not clearing the input buffer you are reading from. Using CGI would solve that problem.