I have a perl script which needs to pretend to be telnet server (running on UNIX). Inetd will handle redirecting STDIN and STDOUT no problem, but I need to be able to handle the telnet spec (well, basics including "noecho" will do) which is something which someone has probably written a perl module to do, but which I can't find.