in reply to Re: Having trouble with a Discussion Board
in thread Having trouble with a Discussion Board

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.
  • Comment on Re: Re: Having trouble with a Discussion Board

Replies are listed 'Best First'.
Re: Having trouble with a Discussion Board
by b10m (Vicar) on Jan 29, 2004 at 16:56 UTC

    You give little info of what error you now get, and without seeing the entire source of the script as it is now (probably after many alterations), I think it's close to madness to try and guess what the solution might be.

    if you have any suggestions or a better and easier script for a simple discussion board, I would love to hear about them.

    I bet you can find a nice one on sites such as http://www.hotscripts.com/, but as always, you Google is usually a big help too.

    --
    b10m

    All code is usually tested, but rarely trusted.