Help for this page

Select Code to Download


  1. or download this
    my @menubar = ( . . . );
    my $template = HTML::Template->new(
    ...
    # Or maybe just:
    #$template->param(MENUBAR => \@menubar);
    print $template->output();