The "errors" here are pretty clear if you read them.
I have installed HTML-Template-Compiled-0.73 but while doing 'make install' it showed up "no DHTML installed"
That's not an error. It's just saying that some of the tests weren't run because you don't have the required modules installed.
Can't locate Module/Build.pm in @INC
That's a little more serious. Looks like you Don't have Module::Build installed - although that's a little strange as the Makefile shouldn't be using Module::Install, it should be using ExtUtils::MakeMaker. Did you definitely run "perl Makefile.PL" and not "perl Build.PL"?
In any case, try install Module::Build and trying again.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
In reply to Re^6: CGI-Perl:: Location for saving the GD output
by davorg
in thread CGI-Perl:: Location for saving the GD output
by cool
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |