socket programming with perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashishc
    New Member
    • Jan 2008
    • 12

    socket programming with perl

    hi,
    I want to try to connect to a tcp socket in perl, post some data (xml command), and the response from the socket will be an xml which i want to parse in perl.

    Can someone please share some sample code with me here?

    This is kind of urgent for me to get it working...pleas e help me ...

    thanks
    ash
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Unfortunately, this is not a coding service. What we will do is point you in the right direction to get you started though. If you want to interface with sockets, then you want to be examining a module like this one. Remember, CPAN is your friend and Google is too.

    Why not try to code what you are describing, then post your code here if you get stuck. (enclosed in the proper, necessary code tags).

    Regards,

    Jeff

    Comment

    Working...