Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How can i parse my XML contents from client and send it to server..? And after receiving XML content at server i want to insert that data in MySQL database i just want sent the values in XML tag not whole file.. I know asking such questions is against policy... But it will be very helpful to me if you can only suggest the modules that i should use to do above things.

Replies are listed 'Best First'.
Re: Sending XML data
by boftx (Deacon) on May 18, 2014 at 19:50 UTC

    Have the client JSON instead. :)

    Joking aside, you can probably find a lot of help and basics here: XML Basics: Reading and Writing

    It helps to remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.