Help for this page

Select Code to Download


  1. or download this
    
    # Somewhere in init stage
    ...
    $template->param(%{$products_data});
        
    return $template->output();
    
  2. or download this
    my $schools = $DB->execute(sql      =>'SELECT * FROM users ORDER BY us
    +ername',
                                   method   =>'fetchall_aohref');
    ...
    $t->param('schools' => $schools);
        
    return $t->output();