Help for this page

Select Code to Download


  1. or download this
    open (P1, "|cmd");
    print P1 'input1';
    # process output
    ...
    print P1 'input3';
    close P1;
    # process final output