Newbie here, so please be kind while I get myself up to speed...8^0 I'd like to use the INCLUDE directive and pass a variable to tell the html page what form to "INCLUDE" like:
(in the html page):
...
...
[% INCLUDE files.thispage %]
...
...
(and in my handler):
...
...
my $params = {
files => {thispage => 'thisform.html' thatpage => 'thatform.html'}
}
...
...
Is this possible or is there some other way to accomplish the same thing?
eCap
