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