Help for this page

Select Code to Download


  1. or download this
    until($cnt == "100"){
    print "COUNT IS $cnt\n";
    sleep 5;
    $cnt++;
    }
    
  2. or download this
    open SYS, "c:\\temp\\junk.exe |" or die "$!";
    $oldfh=select(SYS);
    ...
    print
    }
    close SYS;