Help for this page
my $parameter_output = `echo "\n" |programname -help`;
pipe (IN,OUT); my $pid = fork (); ... }
sub print_it {print "\n"}; my $SIG{INT}=\&print_it; ... }