> > $local_socket = sockaddr_in($port, inet_aton(INADDR_ANY) );
> >
> > to
> >
> > $local_socket = sockaddr_in($port,INADDR_ANY );
> >
> > now is working fine on FBSD 3.x.
>
> Ah.  Ick.  Perl.  Bleh.

He'd have the same problem in C (except that the compiler would catch it -
INADDR_ANY is not a string, I guess that is your point?)

-Jon


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to