Help for this page
my @ppids = map {(split)[2]} grep /$module/,`ps -ef`;
my @ppids = map /$module/?(split)[2]:(), `ps -ef`;