Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $tmpl->param(divname => 'div-test');
    $tmpl->param(divs    => \@loopParams);
    print $tmpl->output();
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    ...
            </div>
        </body>
    </html>