Hi - I realized a posted an error on the original code that I sent you but have since fixed it and am still not getting this thing to work.
The setting of $tempfile statement should read:
$tempfile="c:\\webserver\\osarr.org\\www\\member\\bboard\\bbtemp.html";
Also, line 67 in my code reads as:
open(TEMPFILE,">$tempfile") || die ("Can't open $tempfile: $!");
Again, I appreciate your help in this.
As you probably know, I am not a perl expert and if you have any suggestions or a better and easier script for a simple discussion board, I would love to hear about them.
Thank you again.