Help for this page

Select Code to Download


  1. or download this
    # declare needed variables and connect to process
    local (*CHILD_IN, *CHILD_OUT, *CHILD_ERR);
    ...
    
    # return the result of the call
    return { OUTPUT => \@outlines , ERRORS => \@errlines };