in reply to Re^2: Perl Blog Code
in thread Perl Blog Code

> that these things are powerful but relatively complicated to get started,

Have a look at Gabor's video: Building a blog engine using Perl Dancer

While it gives a nice introduction to Dancer I consider the blog-part kind of "cheating" ;-)

In reality it's user management and authentication which makes blogs and forums complicated...

Just automatically updating a webpage from user-input can be easily done with a simple CGI.

Cheers Rolf

( addicted to the Perl Programming Language)