Home > Archive > PERL Beginners > October 2006 > Template module: where is it
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Template module: where is it
|
|
| gamito@gmail.com 2006-10-31, 7:56 am |
| Hi,
I'm trying to find a PERL module named "Template" that i need to run an
application.
Well, i found several Template-whatever modules, but not just "Template".
Can anyone help me, please ?
Thanks in advance.
Warm Regards,
Mário Gamito
| |
| Beginner 2006-10-31, 7:56 am |
| If you are trying to use Template::Tookit then you would still
declare it's use as
use Template;
I believe this is the module that your looking for if you've seen
that declartion in a script somewhere.
HTH.
Dp.
On 31 Oct 2006 at 12:22, M=E1rio Gamito wrote:
> Hi,
>
> I'm trying to find a PERL module named "Template" that i need to run an
> application.
>
> Well, i found several Template-whatever modules, but not just "Template"=
..
>
> Can anyone help me, please ?
>
> Thanks in advance.
>
> Warm Regards,
> M=E1rio Gamito
>
| |
|
|
|
|
|