Help for this page

Select Code to Download


  1. or download this
         # I'm stuck here. Don't know how 
         # to construct the command correctly...
         run \@cmd, '<pty<', \$in,  '>pty>', \@output ;
    
  2. or download this
         # Redirecting using psuedo-terminals instad of pipes.
         run \@cat, '<pty<', \$in,  '>pty>', \$out_and_err ;