Help for this page

Select Code to Download


  1. or download this
    $names = $select->fetchall_arrayref();
        foreach $names ( @$names) {
            ($variable1, $variable2, $variable3) = @$names;
    }
    
  2. or download this
    $template->process (\$templ, { list => \@names })
            or die $template->error;