Help for this page

Select Code to Download


  1. or download this
    This is the first chunk.
    //
    ...
    //
    This is the third chunk.
    //
    
  2. or download this
    $/="//\n";
    $count_records=0;
    ...
        $count_records++;
       
    }
    
  3. or download this
    "If $count_records<=999 --> print OUT1 $record"<br>
    "If 1000<=$count_records<=1999 --> print OUT2 $record"<br>
    "If 2000<=$count_records<=2999 --> print OUT3 $record"<br>