Help for this page

Select Code to Download


  1. or download this
    while(<FILE>) {
     DO STUFF FOR EACH LINE (e.g. search for specific characters within th
    +e line)
    }
    
  2. or download this
    while(<FILE>) {
     DO STUFF FOR EACH LINE using multithread
    }