0

perl INET6 does not work with [::1]:port , where port is the 4 digit port number. it works with 5 digit port number. Any suggestions/work arounds?

Nikole
  • 4,719
  • 3
  • 16
  • 15

1 Answers1

3

On some systems, one must have special (root) privileges to bind to a port less than 1024.

ikegami
  • 367,544
  • 15
  • 269
  • 518