[htmltmpl] Problem witch HTML::Template and CGI::Application
Brought to you by:
samtregar
From: Jose P. A. <ma...@de...> - 2004-09-17 21:42:46
|
Hi: Excuse me if it isn't the appropiate list. I'm trying to use html::template witch CGI::Application, but i like to select the html include dir in a config file. When i use: $template_dir = "/opt/test/html_head/"; my $app = boxmodule->new( TMPL_PATH => "$template_dir" ); i always get an error when i try to select the html template file as i suppoused, when i use TMPL_PATH => "$template_dir", all the includes of html templates must look in this directory, but it always said me "can't include file" any ideas or url about it ? thanks in advance ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |