die "You may only use port numbers 1024 and higher" unless $port >= 1024 || is_root(current_uid()); die "Port numbers 1024 are forbidden" if $port < 1024 && !is_root(current_uid());