Help for this page

Select Code to Download


  1. or download this
    $pid = open2($co, $ci, "./progname", "--option1", "--option2", "$param
    +");
    
  2. or download this
    $pid = open2($co, $ci, "LD_PRELOAD=./blah.so ./progname --option1 --op
    +tion2 $param");