in reply to TCP/IP

I probably should have done this at the outset, but the full text of the code is available at http://www.wxdu.duke.edu/~jason/request-server.txt, which should clear up how it's supposed to work, I think. I originally posted a snippet of code calling the fuction spawn with an anonymous subroutine defined as the argument to spawn. I know last only does the inner loop, that's why I set $nodie to 0 before I call last. Thanks again!

Replies are listed 'Best First'.
RE: Re: TCP/IP
by mikfire (Deacon) on Apr 05, 2000 at 20:40 UTC
    Yeah, I was right. I was a moron. I totally missed the $nodie = 0 line. mea culpa.

    I will look at it more tonight when I can play harder and try again. Unless some other member of this august assembly provides a better clue.

    mik