Help for this page

Select Code to Download


  1. or download this
    package foo::bar;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    <html>
    <body>
    ...
    <input type=submit value="Go">
    </body>
    </html>
    
  3. or download this
    <TMPL_LOOP NAME="Loop1">
            <TMPL_VAR NAME="var1">
    ...
                    </TMP_IF>
            </TMPL_LOOP>
    </TMPL_LOOP>