Help for this page
# simple time service sub interact { ... print $sock "It's: " . localtime . "\n"; ... }
# poor man's telnet sub interact { ... } ... }