Click here to Skip to main content
15,868,141 members
Articles / Programming Languages / Perl
Article

Code Project Forums In Perl

Rate me:
Please Sign up or sign in to vote.
3.00/5 (6 votes)
2 Sep 20011 min read 144.1K   662   13   36
The Code Project discussion board in Perl. This is an open source project for the Code Project community.

Sample Image - screenshot.gif

Introduction

I have created a perl version of the Code Project Discussion Forums. The perl version of the forum is very basic and lacks a lot of features. This project is an open-source project meaning that I am urging perl programmers to help make this forum better. Feel free to add features but don't forget to report them so I can update the source code file. Currently the forums don't use some sort of a database but future releases will use the mySQL database. This is only BETA 1 of version 1.0. The forums are tested under Apache for Win32. Currently there is no admin feature but future releases will definitely include an admin section.

Lets get our hands dirty...

Instructions on how to install the script are included in the zip file. Installing the script is very easy. The project is made up of 7 files and 2 directories.

Directories

img/ 

 Where the emoticon icons are stored.

messages/ 

 Where the reply forms are stored

Files

Install.txt: Contains instruction on how to install the script.
global.css: The CSS file used for the HTML pages.
forum.pl: This does the hard work.
forum.html: This file contains the messages posted.
data.txt: A simple text file that keeps a count of how many messages are posted.
mouse.js: Contains JavaScript functions.
new.html: The form for posting a new message.

That's all there is to it.

To do...

There is lots of work to be done with the Perl Discussion Forums. The new versions will be releases right here at Code Project. Please give some feed back!

Enjoy!

Revision History

17 Jun 2002 - Initial Revision
17 Jun 2002 - Reformatted Text and Resized Image

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralError 500 on Web Page when executing perl script.. Pin
jcs200421-Nov-04 18:39
jcs200421-Nov-04 18:39 
Can somebody help me on this, I created a perl script to search for a certain records from a mySQL DB, uploading the script to our remote web server, calling the script, I received error 500.

Is this an permission error or the script is buggy?

500 /cgi-bin/bizsearch.pl ==> this is the page I received..

Any help?

Thanks.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.