lukosanthropos
Programmer
Right first I've been programming perl for what seems like forever but only do a couple of simple tasks, I am now trying to branch out into cgi scripting, my current issue is I cannot for the life of me figure out how to get perl to extract headers [my google-fu has failed me]
A bit of background, I have interfaced with a couple of simple API's in the past using PHP curl, sending requests and processing the responses, I am now trying to write both sides of this thing in perl so I need to know how to send data (lets for the sake of argument say I'm sending a simple bit of XML) I need to know how to both send that data and on the other side receive it, I know what to do with it once that has been handled but I can't for the life of me figure it out
I would appreciate any pointers (not programming for 16 hours straight in a new language is a good pointer, also probably why I'm so frazzled) or example code, (example code is best as it is made of win)
Thanks in advance
A bit of background, I have interfaced with a couple of simple API's in the past using PHP curl, sending requests and processing the responses, I am now trying to write both sides of this thing in perl so I need to know how to send data (lets for the sake of argument say I'm sending a simple bit of XML) I need to know how to both send that data and on the other side receive it, I know what to do with it once that has been handled but I can't for the life of me figure it out
I would appreciate any pointers (not programming for 16 hours straight in a new language is a good pointer, also probably why I'm so frazzled) or example code, (example code is best as it is made of win)
Thanks in advance