View Single Post
 
Old Sep 30, 2001, 10:05 AM
Joe Joe is offline
New Member
 
Member Since: Sep 2001
Posts: 5
Ok. This moring it seems to be working. The only change that I remember making was in the new_file subroutine.

it was:
open(NEWFILE,">$basedir/$mesgdir/$nfn\.$ext") || &error("Error writing file $basedir/$mesgdir/$nfn\.$ext - Please check your permissions. Sorry.");

it's now:
open(NEWFILE,">$basedir/$mesgdir/$nfn\.$ext") || &error("Error writing file $basedir/$mesgdir/$nfn\.$ext - Please check your permissions. Sorry.
$!");

Oh, here is a question, in the ojtemplates dir. should the files have an extension? I've got them in without an extension and with ".txt"

Either way, I'm really excited to have these apps going. Thanks for developing them.

Gratefully,
- Joe