in reply to IO::Socket::INET: connect: Permission denied

Let me add, that this code worked on previous systems. I recently upgraded to Ubuntu 12.04 and maybe.... Regards, Robert.
  • Comment on Re: IO::Socket::INET: connect: Permission denied

Replies are listed 'Best First'.
Re^2: IO::Socket::INET: connect: Permission denied
by prashantktyagi (Scribe) on Sep 26, 2012 at 05:20 UTC
    this code worked on previous systems. I recently upgraded to Ubuntu 12.04 and maybe
    seems to me machine configuration issue. try turning off firewall.
      Thanks for hint. I just disabled firewall with no success. Same code goes pass that point on Windows...
      Regards, Robert.

        Thanks for hint. I just disabled firewall with no success. Same code goes pass that point on Windows... Regards, Robert.

        Well, windows allows you to bind to any port not in use, linux doesn't ...