#! /usr/bin/env perl # Generates aptitude table from skills2.cc and the aptitude template file. # All species names are discovered from skills2.cc and all skill abbreviations # are discovered from the apt template file, so this script should be # reasonably insulated from skill and species changes. # use strict; use warnings; my ($target, $template, $expmodfile, $skillfile) = @ARGV; die "Usage: $0