> > $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
- Deamon with perl Paulo Fragoso
- Re: Deamon with perl Wes Peters
- Re: Deamon with perl Paulo Fragoso
- Re: Deamon with perl Wes Peters
- Re: Deamon with perl Jonathan Graehl
- Re: Deamon with perl Wes Peters