Help for this page

Select Code to Download


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