- or download this
mysql> describe proficiencies;
+-------------+-------------+------+-----+---------+-------+
...
| class | varchar(30) | YES | | NULL | |
| source | varchar(30) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
- or download this
|Acting|1|Cha|0|Bd, Hu|
|Adaptation|2|Int|0|Wa 10+, R 11+|HL|
|Administration|1|Int|1|Pr|SM|
- or download this
#!/usr/bin/perl
use strict;
...
$sth->execute;
}
print "finished loading table\n";
- or download this
#!/usr/bin/perl
use strict;
...
print "Content-type: text/html\n\n";
$tt->process("prof.tmpl", $vars) or die $tt->error();
- or download this
<html>
<head><title>Proficiencies</title>
...
</table>
</body>
</html>