I bet your receving code is sitting there waiting for more data to come.
Instead of grabbing the data yourself, why not use CGI.pm and change the data you send into xml=<test>post did it go threw</test>? Then your receiving code becomes:
use CGI qw(:standard); print param('xml');
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
:(){ :|:&};:
Note: All code is untested, unless otherwise stated
In reply to Re: cgi and stdin
by hardburn
in thread cgi and stdin
by bear0053
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |