in reply to Re^2: Mail::Mailer in a sub question.
in thread Mail::Mailer in a sub question.

Sounds like something's calling fork to do something in a child process, but that child's not exiting and it's running the same code as the parent after the parent's gone on. If you have any such code double check it.

Replies are listed 'Best First'.
Re^4: Mail::Mailer in a sub question.
by docster (Novice) on Feb 09, 2006 at 18:03 UTC
    Well it seems to be the mail sub there above. I can blank it out and this repeating stops, like this:
    sub mail { }