Help for this page
my $child_code = system( "other_program" );
my $result_text = qx( other_program ); my $child_code = $?;