http://www.perlmonks.org?node_id=1014317


in reply to Help sending and receiving XML request

Perlmonks is not a code-writing-for-money site. Rather it is about helping people learning to write Perl code.

What do you mean by using "XML::Simple to send and receive the following XML file"? XML::Simple cannot "send" anything.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: Help sending and receiving XML request

Replies are listed 'Best First'.
Re^2: Help sending and receiving XML request
by virtualweb (Sexton) on Jan 20, 2013 at 19:10 UTC
    Thanx for the quick reply CountZero:

    I know that perlmonks.org is for helping those who need help with their code, (no money), but I need a little more than that.. I don't even understand the logic of XML calls and requests.

    So more than just suggesting with a posting here some ideas how a piece of code would work.. I need someone to connect to Skype, add a few lines of code into my script and explain what the line does.

    So for the nice person willing to do that.. I thought the least I could do is buy them lunch through PayPal.

    I have been teaching myself perl through tutorials and books.. it is hard for me to grasp XML.

    The offer still stands

    best wishes

      If "calls and requests" is your problem then, as far as I can see, the XML does not seem to be the problem. The XML is only the container around the data you want to send and receive.

      You will need to give some more information to have any chance of getting help.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      My blog: Imperial Deltronics