- or download this
#!/usr/bin/perl
...
}
}
- or download this
my $templateFile = "site/main";
my $tpl = new template;
my $returnedtpl = $tpl->parse($templateFile,"print");
- or download this
Some ****
<b><%include variable="var1"%></b>
...
<br>
<%include menu="menu1"%>
<br>
- or download this
package template;
use DBI;
...
}
1;