strredwolf has asked for the wisdom of the Perl Monks concerning the following question:

Has anyone tried to do a GNU make-like processor in Perl? I'm half-tempted to make one myself, using merlyn's techniques documented in Linux Magazine... however, I'd like to see if there's anyone else who's done it (or if there's a module that'll let me fork, passing an array of references, that'll do the multipronged make).

--
$Stalag99{"URL"}="http://stalag99.keenspace.com";

Replies are listed 'Best First'.
Re: Imitating GNU Make -j...
by Aristotle (Chancellor) on Jan 27, 2002 at 20:59 UTC