in reply to Re: Forking problems
in thread Forking problems

Well, could you point out some errors?

Replies are listed 'Best First'.
Re: Re: Re: Forking problems
by PodMaster (Abbot) on Mar 24, 2004 at 06:09 UTC
    What I think the anonymous monks is referring to is that you're writing perl and you know you're doing it(you've used the range operator), and then you go and you write c code (for($b = 0; $b<255; $b++) ...) which could be construed as awful.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.