in reply to Writing a perl based 'Homework' Server.

If you can install modules, try DBD::SQLite, which provides a full RDBMS embedded in the module itself.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

  • Comment on Re: Writing a perl based 'Homework' Server.