Help for this page

Select Code to Download


  1. or download this
    sub page_parameters
    {
    ...
        }
    #@ BUILD_NAV_LINKS
    }
    
  2. or download this
    sub gen_nav_link
    {
    ...
        }
        return (a ({-href => $url}, escapeHTML ($label)));
    }