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


in reply to Re: Help sending and receiving XML request
in thread Help sending and receiving XML request

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

  • Comment on Re^2: Help sending and receiving XML request

Replies are listed 'Best First'.
Re^3: Help sending and receiving XML request
by CountZero (Bishop) on Jan 20, 2013 at 22:25 UTC
    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