Help for this page

Select Code to Download


  1. or download this
    while(<INPUT>) {
      $linecount++ ; 
      next if $linecount <= $numHeaders;
      # ...
    }
    
  2. or download this
    <INPUT> for 1..$numHeaders;