http://www.perlmonks.org?node_id=96399


in reply to Re: How to reduce memory by killing redundant perl executables
in thread How to reduce memory by killing redundant perl executables

Abigail seems to have hit the nail on the head; the "excess" perl processes you're seeing are the parents of all the child processes created by system.

As suggested, think about exec