Help for this page

Select Code to Download


  1. or download this
      
    $h = start /@cmd, /$in ,/$out;
    $in .= "some command";
    pump $h until $out=~/some desired string/i;
    
  2. or download this
    $in.="some command";
    $t->time(5);