http://qs321.pair.com?node_id=968979


in reply to Re: Fork multi processes
in thread Fork multi processes

Programmers that need to run to CPAN, or at first impulse turn to CPAN at even the most trivial task are little more than script kiddies without much understanding, and, when being interviewed for a job, will be filtered out and discarded at the first opportunity.

Typing in 'fork' and 'wait' hardly takes more effort than searching on CPAN, downloading it, reading the documentation, and then typing in the necessary code so the module can do the trivial task for you. And going the CPAN route robs you from the opportunity to learn some basic coding skills.

Do Not Do A Thing Already Done.
So, if today I use a module that helps me spawn 6 children, but never more than 5 at a time, and tomorrow I have another program that needs to spawn 6 children, but never more than 5, I should not use this module, cause that means doing a thing already done?

Can I at least use use strict; more than once?

Replies are listed 'Best First'.
Re^3: Fork multi processes
by Anonymous Monk on May 05, 2012 at 21:28 UTC

    You better use strict; at least once per child or you'll wind up with a bunch of young thugs ;^)