so you're saying that this doesn't work:
if ($save_to_file) {
open(FILE,">$NonCGIPath/slashubb.htm");
print FILE $PAGE;
print FILE "
<>SlashUBB v1.3 Copyright 2000 by Flare
";
close(FILE);
chmod(0644,"$NonCGIPath/slashubb.htm");
} else {
print "Content-type: text/htmlnn";
print $PAGE;
print "
SlashUBB v1.3 Copyright 2000 by Flare
";
print "