HTML::Template needs to be obtained from CPAN (search.cpan.org is a
great place to go for all your module needs).

http://search.cpan.org/search?dist=HTML-Template

Also, you can check your error logs for your web server to get details
of what is going on.  You might also want to try:

use CGI::Carp qw(fatalsToBrowser);

This will force errors to be displayed in your web browser, saves you
the trouble of digging through error logs.  Good luck!

Brian Johnson
Up & Running (http://www.uarss.com)
Computer Service/Software Development
Phone: 906-483-4917
E-Mail: [EMAIL PROTECTED]
For fast relief to computer stress call Up & Running
  Because throwing it out the window is not an option.


> -----Original Message-----
> From: A Taylor [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, March 23, 2002 4:47 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: help with - use HTML::Template;
> 
> Hi William, thanks for your time and help so far - it is much
appreciated.
> 
> My perl interpreter is definately pointing to the correct file - I
have
> run
> other perl scripts successfully that point to #!/usr/bin/perl.
> 
> It is only when I try to use 'use HTML::Template;' that I get a server
> error. Can I assume from your reply that 'use HTML::Template;' is a
> standard
> perl module ??????
> 
> Thanks again
> 
> All the best
> Anadi


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to