in reply to TCP/IP

Previous post erased - nothing to see here, move along... (btrott was right, I was wrong:)

Replies are listed 'Best First'.
RE: Re: TCP/IP
by btrott (Parson) on Apr 05, 2000 at 05:22 UTC
    I don't have Programming Perl, but what it looked like the original poster's code was doing was *calling* the spawn sub, not defining it; calling it with a code reference.

    Is that correct? If so, I doubt the sub ref would have to contain a fork, as the actual spawn sub contains the fork.