So... I got the records page to work right. That isn't having any issues. The lists page
is almost done... I'm working on getting the stuff for the final stage of making a new
character complete... but the deadline is upon me...
The issue I was having was getting certain params from a submitted form assigned to scalars
accurately... I would get things like the first two or three params would work properly, then
getting any of them after the ones that work right, they either end up blank or set to something
that I never assign a possible value (ie: getting a string when I expect a number).
The colloseum section doesn't do anything yet... since I had issues trying to convert combat.pl
into Combat.pm, and didn't have time to re-write Combat.pm... it just didn't get to happen.
So, below the rule are links to the source for all the pages and code I've done. Documentation
should be within each file as needed.