https://bugzilla.novell.com/show_bug.cgi?id=665535 https://bugzilla.novell.com/show_bug.cgi?id=665535#c7 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |INVALID --- Comment #7 from Michael Schröder <mls@novell.com> 2011-03-03 15:38:52 UTC --- Also, newer versions of the CGI module read the PUT data for you, so you mustn't read from STDIN in your code. The data should be available via: my $data = $query->param('PUTDATA'); Anyway, closing with INVALID. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.