Help for this page
my $pid = open KID, '-|', 'pmemd -O con' or die $!; while( <KID> ) { kill 'INT', $pid if m[some data]; }