Hey David.
I have no idea what just happened, I think santa brought me a present.

I tried to insert some print statements here and there, and it seemed to work fine.
I started removing the print's and surprisingly, everything worked?!
I'm sure I'm an idiot and that I missed something, but I can swear I tried these fixes before..


Well, it works, and I have no idea why. Isn't xmas great? :-)

Thanks a lot for spending your night post-debugging my code David. Mery xmas!

On Tue, 23 Dec 2003 15:40:55 -0800, david <[EMAIL PROTECTED]> wrote:

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



-- Jesper Nøhr - decius <[EMAIL PROTECTED]> Holstebro, Denmark -- http://printf.dk UNIX Administrator, Software Engineer, Geek.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to