Help for this page

Select Code to Download


  1. or download this
    TABLE users
    
    ...
    $template->process (\$templ, { list => \@$data })
            or die $template->error;
    
  2. or download this
    TABLE users
    
    ...
    $template->process (\$templ, { list => \@$data })
            or die $template->error;