тут ошибок несколько. > $ telnet localhost 8200 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > get index.pl 1. неправильный запрос get get /index.pl http/1.0 > -bash-2.05b$ cat /var/www/perl/index.pl > #!/usr/bin/perl > print "hello\n"; первой строкой ответа CGI должно быть print "Content-type; text/html\n\n"