in reply to Re^5: Question: Send a chunk of XML to a server
in thread Question: Send a chunk of XML to a server

Yes it doesm, CGI is built on top of HTTP
  • Comment on Re^6: Question: Send a chunk of XML to a server

Replies are listed 'Best First'.
Re^7: Question: Send a chunk of XML to a server
by ikegami (Patriarch) on Nov 10, 2009 at 04:01 UTC

    You are mistaken. CGI uses a pair of pipes and some environment variables. CGI does not use or rely on HTTP at all.