Jesper Noehr wrote: >>> On Tue, 23 Dec 2003 14:33:54 -0800, david <[EMAIL PROTECTED]> wrote: >>> >>>> exit: 0 >>>> Accept returned >>>> >>>> which shows me that the accept function doesn't exit. am i miss >>>> something? >> >>> That IS weird! I tried doing the same to the main program, but there it >>> makes no difference. >>> You got any idea what I need to modify my current program? >> >> not really but after a call to deliverMail, you have: >> >> CORE::exit; >> >> which halts execution. this is normal. i still don't see any problem with >> that.
> Neither can I. It's really too bad though. This is the last part I need to > complete my program, and I have really no idea why it doesn't work. > I came to this list, because someone were perhaps able to see why it > didn't work. > You have any idea where else to ask, or am I doomed to hours/days of > intense debugging? if you put a few print statements after the call to deliverMail, will you see the output being printed out? you could also trace your script through a debugger to see where execution ends: perl -d your_script.pl david -- sub'_{print"@_ ";* \ = * __ ,\ & \} sub'__{print"@_ ";* \ = * ___ ,\ & \} sub'___{print"@_ ";* \ = * ____ ,\ & \} sub'____{print"@_,\n"}&{_+Just}(another)->(Perl)->(Hacker) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>