open(djbname) or die() ; ...bonk logs "Insecure...with -T"
my $file = join "." , $time , $unique , $self->qp->config( "me" ) ;
or use "honeypot" instead of $self->qp->config( "me" ) ---
my $file = join "." , $time , $unique , "honeypot" ;
...OK
Something about using $self->qp->config( "me" ) in the djbname. Any string works. Won't work-- my $other = $self->qp->config( "me" ) ; # nope
-Bob Dodds