traveler has asked for the wisdom of the Perl Monks concerning the following question:
Thanks, --travelerIO::Socket::INET->new(Listen => 5, LocalAddr => 'localhost', LocalPort => 2000, Proto => 'udp'); #... exec "otherprog" if fork == 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sockets close-on-exec
by LD2 (Curate) on May 30, 2001 at 06:26 UTC | |
by traveler (Parson) on May 30, 2001 at 18:19 UTC |