Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare($query);
    $sth->execute;
    ...
       $out .= $mask->process( $queryResult )
    }
    return $out;
    
  2. or download this
    <table width="50%">
    [% MACRO mask BLOCK %]
    ...
      query='    SELECT * FROM latestnews;    '
    %]
    </table>