I've written a multipage form via CGI.pm that started by using Recipie 19-9 (pg 700) of The Perl Cookbook. The script works great on apache.
I moved the script to netscape 4. The page loads the first form up fine but does nothing when any of the buttons are pressed any more. (And no errors are created in the log). There appears to be a difference in the way CGI.pm is maintaining state on netscape versus apache.
This is a long script and it has to run off the netscape server. I'm looking for a clue (as if that isn't obvious).