A Taylor [[EMAIL PROTECTED]] quoth: *>I have been trying (and trying) to use the code below as I need to use HTML *>templates in perl, and I keep getting the same error. *> *>Can't locate HTML/Template.pm in @INC (@INC contains: *>/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 *>/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) *>at /home/sites/site171/web/ibglda6kekkd/test.pl line 5. *> *>This looks to me as though the server that provides the web space that I am *>using doesnt support 'use HTML::Template;'. Is this correct or have I *>really lost the plot ????? (Probably both !!!) - If so, what is the *>alternative. There has to be another way of using templates in PERL ???? I *>have been told by the company that provide the web space that I cant upload *>modules - is this true - and can I upload the HTML::Template module ?????
It means precisely what it says - it cannot locate that module in any of it's known library paths. So, you can either ask your ISP to install that module for you or you can read teh section on the CPAN FAQ, http://www.cpan.org/misc/cpan-faq.html, about how to install a module in a different location and how to use it. Given the above, you'd probably be limited to asking the ISP to install it for you. e. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]