Help for this page

Select Code to Download


  1. or download this
    sub compileOrc
    {
    ...
      (@res) = `$cc_orc`;  ==> This is the one giving the error.
    ...
    }
    
  2. or download this
    "(@res) = map { /(\w+)/ } `$cc_orc`;  # untaint"