Help for this page

Select Code to Download


  1. or download this
    print "<table>\n";
    foreach $item (@items_list) {
    ...
    }
    print "</table>\n";
    
  2. or download this
    use DBI;
    use Template;
    ...
    
    $template->process($template_file, $vars) || die "Template process fai
    +led: ", $template->error(), "\n";
    
  3. or download this
    #insert appropriate toolbars depending on user type
    [% IF user_type == 'admin' %]
    ...
         </tr>
    [% END %]
    </table>