boo_radley has asked for the wisdom of the Perl Monks concerning the following question:
and I still get the same errors. if the same script is in C:/wwwebster/cgi-bin, it'll work fine -- I don't need to set the DELIMITER or INCLUDE_PATH. I'd really like to use tt2, but I seem to be stuck. I'd appreciate any ideas y'all have to offer.#!/usr/bin/perl -w use strict; use Template; my $template = Template->new({DELIMITER=>" ", INCLUDE_PATH =>"c:/wwwebster/cgi-bin/tt2 +test/"}) || die "NO soup : $!";; $template->process("main.html")|| die "Template process failed: ", $te +mplate->error(), "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Template Toolkit -- looking for files in all the wrong places.
by sutch (Curate) on Apr 02, 2001 at 21:12 UTC | |
|
Re: Template Toolkit -- looking for files in all the wrong places.
by extremely (Priest) on Apr 03, 2001 at 09:17 UTC |