- or download this
Table1:
act1 | act2 | act3 | act4
...
3 | this
6 | that
8 | hey
- or download this
1 : act1
2 : act1, act2, act4
3 : act2
6 : act3
8 : act4
- or download this
$req_cert_info->execute("$TRANS_ID")
or dienice("344 Couldn't execute statement $TRANS_ID : " . $get_info->
+errstr);
...
foreach my $product ( keys %services ) {
print "<TR><TD>@{$product}</TD><TD>@{$services{$product}}</TD><TD>
+checkbox</TD></TR>";
}