Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "The client should see this message.\n";
    
    close($client);
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    print "The client should see this message.\n";
    
    close($client);
    
  3. or download this
    $ nc localhost 12345
    The client should see this message.
    
    $ nc --ssl localhost 12345
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    NetServer->run(port=>12345);
    
  5. or download this
    #!/usr/bin/perl -w
    
    ...
    
    #NetServer->run(proto => 'ssl', port=>12345);
    NetServer->run(proto => 'ssleay', port=>12345);
    
  6. or download this
    $ nc localhost 12345
    Executing Command Pipe
    ...
    ==== Command Pipe Successful
    Executing System Command
    Executing Exec Command