Help for this page

Select Code to Download


  1. or download this
    package NetServer;
    use base qw(Net::Server::Fork);
    ...
    }
    
    NetServer->run(proto => 'ssleay', port=>12345);
    
  2. or download this
    print qx( /usr/bin/echo ==== System Command Successful );