On Wed, Feb 20, 2008 at 5:42 PM, Chas. Owens <[EMAIL PROTECTED]> wrote: snip > This code also benefits from the fact that it only spawns on process snip
That should be "one process" not "on process". It is important, and I forgot to add this, to use waitpid* to reap the child process after an open3 unless you don't mind zombies. * http://perldoc.perl.org/functions/waitpid.html -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/