Доброго дня, хочу начать изучать PERL, у меня есть Ubuntu 10.04, установил вебсервер, по данному ману
http://www.ubuntugeek.com/how-to-install-apache2-webserver-with-phpcgi-and-perl-support-in-ubuntu-server.htmlделаю тест файл в каталоге localhost/perl/ с именем index.pl
содержание файла
#!/usr/bin/perl
use CGI::Carp qw(fatalsToBrowser);
print "Content-type: text/html";
print "<HTML>";
print "<HEAD>";
print "<TITLE>1</TITLE>";
print "</HEAD>";
print "<BODY>";
print "Hello!";
print "</BODY>";
print "</HTML>";
exit( 0 );
выдает ошибку
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/2.2.14 (Ubuntu) Server at localhost Port 80
ЧЯДНТ?
P.S. php работает нормально.
Пользователь решил продолжить мысль 06 Октября 2010, 19:28:35:
ну что подскажите ребята? очень хочется... не знаю что делать

Пользователь решил продолжить мысль 07 Октября 2010, 11:31:28:
вопрос все еще открыт, гугл не помогает