Help for this page

Select Code to Download


  1. or download this
    sub return_values {
        my $dbh = FuncClass::Connect->dbh;
    ...
        $sth->finish();
        $dbh->disconnect();
        return \@return_rows;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    
    output_html_with_http_headers $query, $cookie,
    
  3. or download this
    [% FOREACH line IN results %]
    [% line %]
    [% END %]