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