in reply to Re^3: Large Variable to small variables, why dont they display
in thread Large Variable to small variables, why dont they display
line three says my $html_template!
from base.pm:
wrapper is === to header file, just bad grammer, i apologizesub cgiapp_init { my $self=shift; $self->param('html_template', Template->new({ INCLUDE_PATH => $INCLUDE_PATH, WRAPPER => 'wrapper'}));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Large Variable to small variables, why dont they display
by ikegami (Patriarch) on Jun 20, 2006 at 17:14 UTC |