- or download this
<DIV CLASS='menu_bar'>
<tmpl_if name=menu_options>
...
</UL>
</tmpl_if>
</div>
- or download this
#!/usr/bin/perl
use strict;
...
print $cgi->header();
print $tmpl->output();
- or download this
{
option_name => "$option",
option_address => "$address",
}
- or download this
my @options = ("Home", "About", "Contact",);
my %options_menu = (
...
],
);