Help for this page

Select Code to Download


  1. or download this
    for ($i=0, @chunk = (); !eof(IN) && $i < 10; $i++) {
       $chunk[$i] = <IN>;
    }
    
  2. or download this
    # Untested, but you get the idea
    
    ...
          handle_line($1);
       }
    }