NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That's a big topic... (Score:1)
A pre-written app like webmin [1] might suffice.
But if you're writing it, I suggest starting with CGI::Application.
As for a database, I'm doubtful you will do well without one, so add BerkeleyDB [2] to the mix.
[1] http://www.webmin.com/ [webmin.com]
[2] http://www.oracle.com/technology/products/berkeley-db/index.html [oracle.com]
Reply to This
Re: (Score:2)
Regarding no database: you can do an awful lot with the filesystem. I have a couple of reasons for wanting to ditch the database:
Good thought about BerkeleyDB though. Even though it's gained a lot of complexity you can still use it very simply.