in reply to Re: Buffered STDIN
in thread Buffered STDIN
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.
|
|---|