Help for this page

Select Code to Download


  1. or download this
    open(TEST, "|$command") || die "Can't pipe to '$command': $!";
    
  2. or download this
    if ( 0 != system( $command ) ) {
        die "system() exited with status $?";
    }