creating an XML document using xml::dom

2014-08-20 Thread angus
I am trying to recreate some code written in C# using perl. The goal is to create an XML formatted login packet and post it to http webserver and then parse the response. My first hurdle I think is to create the XML login packet. Here is the sample of what the login packet is supposed to lo

creating an XML document using xml::dom

2014-08-20 Thread angus
I am trying to recreate some code written in C# using perl. The goal is to create an XML formatted login packet and post it to http webserver and then parse the response. My first hurdle I think is to create the XML login packet. Here is the sample of what the login packet is supposed to lo