in reply to Re: Getting POST data from HTTP Request
in thread Getting POST data from HTTP Request
Thanks for the reply. The main aim was really to play around and learn, eventually perhaps incorporating it into another project.
Thanks for the EOF tip too, using content length seems to do the trick, but you're right in that it's a little fragile. Perhaps I'll move onto using one of the CPAN HTTP servers - saves bother now that I've satisfied my need for experimentation.
Cheers.