-- overview -- I was going to call this little project "Bureaucracy", but then I realized that "Bureaucracy" is one of those words it's easy to spell wrong. Instead of "Bureaucracy", these scripts use a module called "Formicate". Formicate contains partial facilities for both SQL and XML data storage, but the current version uses Data::Dumper (yes, this is ghetto). Module dependencies are currently: Formicate Formicate::Dumper CGI::Fast CGI::FormBuilder CGI::FormBuilder::Multi HTML::Template Data::Dumper All of the third-party stuff is available from CPAN, but I've bundled most of it (except for Data::Dumper), which might make life easier. -- files -- index.fcgi our entry point enter an account number Uses forms/selection.* info.fcgi Handles the bulk of data entry. Uses forms/*.conf, *.tmpl, excepting selection.* form_web.css form_paper.css styles effects.js Yellow Fade Trick stolen blatantly from 37 signals. div hiding effect for description fields lib/ some bundled Perl modules. forms/ selection.conf - selection.tmpl maininfo.conf - maininfo.tmpl images.conf - images.tmpl Form field configuration, HTML templates for same. header.tmpl footer.tmpl The usual HTML boilerplate.