Help for this page

Select Code to Download


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