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