Help for this page

Select Code to Download


  1. or download this
    my $child_code = system( "other_program" );
    
  2. or download this
    my $result_text = qx( other_program );
    my $child_code = $?;