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

Sir question regarding network programming using perl. i was creating a socket it gives error connection refused which i already open the port but when i run it in root account it works. the socket i used was IO::Socket. what's wrong with that? Thanks!

Replies are listed 'Best First'.
Re: connection refused
by Joost (Canon) on Dec 07, 2006 at 17:45 UTC
      many thanks! now it's clear in me.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: connection refused
by andyford (Curate) on Dec 07, 2006 at 17:46 UTC

    On Unix systems, the lowest 1024 ports are (often?) restricted to privileged users such as root.

    non-Perl: Andy Ford