This is a simple generic CMS written in Perl for the course of Internet Programming.
Simple password protected content management system coupled with a cookie editor. Passwords are stored in .csv-file, the session is stored using cookies; the session cookie can be deleted from the panel once user logged in. Logged users can upload documents to server.
The source-code can be downloaded here.