Help for this page

Select Code to Download


  1. or download this
    <%args>
    $foo => 'FOO!'  # the value of foo goes here, default value "FOO!"
    ...
    $dog => $foo.'dog' # You can have dynamic defaults.
    $cat => undef # or undef by default.
    </%args>
    
  2. or download this
    <HTML><head><title>STUFF</title></head>
    <body>
    ...
    <%args>
    %fieldSpecs
    </%args>