Help for this page

Select Code to Download


  1. or download this
    my $output = qx("$command 2>&1");
    if ($?) {
      # something wrong
    }