Re: Template Toolkit and USE
- From: Ted Zlatanov <tzz@xxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 08:42:20 -0500
On Fri, 27 Jun 2008 06:39:57 -0700 (PDT) Ronny Mandal <ronnyma@xxxxxxxxxxx> wrote:
RM> I've installed the module URI from CPAN. This works perfectly on perl-
RM> scripts, however when running tpage CLI it issues an error message,
RM> e.g.
RM> ./test.tt:
RM> [% USE URI %]
RM> [ronny@pops]/home/ronny/development/tt(387): tpage test.tt
RM> plugin error - URI: plugin not found
RM> [ronny@pops]/home/ronny/development/tt(388):
RM> Any suggestions? When dumping the @INC, URI.pm is contained in at
RM> least one of the paths.
TT plugins are not regular Perl modules (although it's not hard to write
a TT plugin wrapper around a Perl module). See below for the full list
of what's included with TT. You may want the URL plugin, I don't know
your specific needs.
http://template-toolkit.org/docs/manual/Plugins.html
Ted
.
- References:
- Template Toolkit and USE
- From: Ronny Mandal
- Template Toolkit and USE
- Prev by Date: Lingua::Slavic::Numbers (was: number to word in any language)
- Next by Date: Re: Thread or threads.
- Previous by thread: Re: Template Toolkit and USE
- Next by thread: Using System to read mixed cased environment variables on Windows
- Index(es):
Relevant Pages
|