Can you recommend a good Perl-based forum software? A group I'm involved with has been using PHP solutions, and, not surprisingly, has gotten hacked three or four times. E-Blah looks pretty secure. -- TheerasakPhotha
I don't have much experience in running forums, so I'm not really a good person to ask. On the other hand, I'd never heard of E-Blah before, so I took a look at it. My advice to you: do not go near it under any circumstances. The code is awful - in fact, it's so rotten that I now have it bookmarked under "examples of bad Perl". There is no way that this code can be considered secure. Perl has a "taint" mode for dealing with unverified data. E-Blah's author has clearly never heard of it, let alone the "warnings" or "strict" pragmas, which should never be left out, ever. Avoid it like the plague.
Sorry to not have any positive suggestions. Good luck. -- EarleMartin
Many WikiEngines are written in Perl.
The OpenDirectoryProject lists over a dozen message boards written in Perl: http://dmoz.org/Computers/Programming/Languages/Perl/WWW/Scripts/Message_Boards/
Is there a better place to discuss the pros and cons of available message board software?