Help for this page

Select Code to Download


  1. or download this
    IO::Socket::INET->new(Listen => 5,
                          LocalAddr => 'localhost',
    ...
    
    #...
    exec "otherprog" if fork == 0;