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