Darren sed:
> Try running it with debugging on:

> use Template::Constants qw(:debug);

> my $template =3D Template->new ({
>     INCLUDE_PATH =3D> '/blah:/blah',
>     PLUGIN_BASE =3D> 'MyOrg::Template::Plugin',
>     VARIABLES =3D> \%globals,
>     DEBUG =3D> DEBUG_PLUGINS,
> });
> $template->process(\"[% USE Mail %]") or die $template->error;

Darren, thanks for teaching me how to run in debug mode. That pointed me
to where my error was. It runs fine now!

/dennis

---------------------------------------------------------------------------
Office phone: 317.892.2241
---------------------------------------------------------------------------
This tagline is identical to the one you are reading.




_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to