Help for this page

Select Code to Download


  1. or download this
    sub count {
            # pass it the long sentence and the match word/char!
    ...
        }
        return $count;
    }
    
  2. or download this
    foreach ( @check ) {            
            print "[$_]: " . count($string,$_);
           }