Try this:
* make a dir called myModules
* make a dir called HTML inside it
* copy Template.pm into it from CPAN (or do it the proper way and have the installer install into your myModules dir)
* In your script do:
# use lib "myModules"; #this example uses a relative path use HTML::Template; # do real stuff here
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
In reply to Re: Re: CGI , HTML
by freddo411
in thread CGI , HTML
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |