Help for this page

Select Code to Download


  1. or download this
    $template = HTML::Template->new(filename => "../articlesummary.tmpl");
    
    ...
          $template ->param(list33    => $data33);
       }
    }
    
  2. or download this
    my goals qw(11a, 11b, 22, 33);
    for my $i ( 0 .. $#$sqldata ) {
    ...
          }
       }
    }
    
  3. or download this
    <tmpl_if list11b>
       <tmpl_loop list11b>
    ...
          <p><a href="cgi-bin/show.pl?id=<tmpl_var id>">Read article...</a
    +></p>
       </tmpl_loop>
    </tmpl_if>