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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Code below the thread creation not getting executed in windows perl script

Replies are listed 'Best First'.
Re^3: Code below the thread creation not getting executed in windows perl script
by rovf (Priest) on Aug 12, 2009 at 10:43 UTC
    There are various examples for the usage of IO::Socket on the web - for instance, I googled that one. Where exactly is it that you have problems with IO::Socket?

    -- 
    Ronald Fischer <ynnor@mm.st>
Re^3: Code below the thread creation not getting executed in windows perl script
by SuicideJunkie (Vicar) on Aug 12, 2009 at 14:23 UTC
Re^3: Code below the thread creation not getting executed in windows perl script
by ssandv (Hermit) on Aug 12, 2009 at 16:36 UTC

    In addition to the aforementioned issues with your post, requests for the Monks to code to spec are not usually well received unless accompanied by some sort of reward. Try something. If you get stuck, show us what you've done, and we can probably give some suggestions on where to go next. If you can't even figure out where to start, you probably need to do more research.

    I'd venture to guess (without searching) that there are more than 20 code snippets using sockets out there on the web that you could find that would help to enlighten you. Asking for someone to produce one here makes it easy to suspect you haven't tried any of the other things that would help you solve this problem.