Help for this page

Select Code to Download


  1. or download this
    open (PIPE,"| $path/$command >&RESULT");
    print PIPE @data;
    close(PIPE);
    @result = <RESULT>;