how to postback results to a different URL

how to postback results to a different URL

am 01.06.2007 00:15:41 von gvidals

I'm writing an XML function that will listen for requests for data and
then respond with the data. Simple enough; however, the data needs to
be sent to the URL specified in the request. For example, the
resultant data may needed by www.123.com one time and www.abc.com
another time.

I use LWP all the time for requesting web page, but can somebody
provide some guidance as to how LWP can be used to send data? I'm
confused.

Thanks!