The Documentation

So here I will go over all of what I did and what I am doing.

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.


Main directory
---base.html source
---colloseum.html source
---home.html source
---links.html source
---lists.html source
---nav.html source
---project.html source
---records.html source
---test.html source
---new_char.html source
---new_name.html source
---new_stats.html source
---new_display.html source
---show_char.html source

Work with combat programming
---Colloseum.pm source
---combat.pl source
---test.pl source
---init_db source
---dropped attempt to make combat.pl a perl module
---colloseum.html source

Work with calculating stuff to go into the database
---calc_combat.pl source
---random_stats.pl source

Work with setting up the code for the Records page
---Colloseum.pm source
---records.pl source(dropped quickly)
---records.html source