Re: Stupid question

Paul Seamons <[email protected]> Thu, 07 Mar 2013 16:46:41 -0700
Newsgroups gmane.comp.lang.perl.modules.template-toolkit
Message-ID <[email protected]>
On 03/07/2013 04:00 PM, Chad Wallace wrote:
> On Thu, 7 Mar 2013 12:34:23 -0700
> Konnor Willison <[email protected]> wrote:
>
>> I'm completely new to perl and recently found out about template
>> toolkit and want to utilize it for my header and footers on my web
>> pages.
>>
>> I host at bluehost and am currently stuck on installation and proper
>> set up.
>>
>> 1. My current installation path
>> is /perl5/lib/perl5/Template-Toolkit-2.24/ is this right? Should it
>> be installed in another directory?
> The Template-Toolkit-2.24 directory is just the installation package.
> You should read the file named "README" inside that directory, and
> follow the instructions in the "INSTALL" file.
>

For note, Template toolkit is already installed on bluehost.  I have an 
account there too.  Here is some commandline output:

perl -E 'use Template; say $Template::VERSION'
2.24

which tpage
/usr/bin/tpage


Paul