develooper Front page | perl.beginners | Postings from March 2002

RE: help with - use HTML::Template;

Thread Previous
From:
Brian
Date:
March 23, 2002 05:50
Subject:
RE: help with - use HTML::Template;
Message ID:
019c01c1d271$530aaaf0$0200005a@drevlin
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: service@uarss.com
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:cu4productions@hotmail.com]
> Sent: Saturday, March 23, 2002 4:47 AM
> To: William.Ampeh@frb.gov
> Cc: beginners@perl.org
> 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


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About