in reply to
How to reduce memory by killing redundant perl executables
Have you tried running the script in the background?
system "perl $GENESIS_DIR/sys/edesign/scripts/input_manual.pl &";
Comment on
Re: How to reduce memory by killing redundant perl executables
Download
Code
In Section
Seekers of Perl Wisdom