Help for this page

Select Code to Download


  1. or download this
    
    Total Count = 0  #I want the total count of 5 here.
    ...
    
    Total count = 5  #I want this total count up on the top of output inst
    +ead of
    here.
    
  2. or download this
    use strict;
    
    ...
      $ct++
    }    
    print "\nTotal count = $ct\n";