Help for this page

Select Code to Download


  1. or download this
    sub _run_ReadWrite {
        my ($invocant, $cmd, $input) = @_;
    ...
        # return the result of the call
        return { OUTPUT => \@outlines , ERRORS => \@errlines };
    }