- or download this
print
$q->header(),
$q->start_html(-title=>"R3: edit ads",
-style=>{-code=>&css()});
$q->{header_was_sent}++;
- or download this
sub error {
my (@msgs) = @_;
...
print $q->end_html;
exit(0);
}
- or download this
my @inqs = @{$dbh_g->selectcol_arrayref($sql,undef,$adid)} or &error
+("Bad selectcol in get_inqs", $sql, $dbh_g->errstr);