Help for this page

Select Code to Download


  1. or download this
    my $line = 'This line has a hit here and a hit there.';
    my $word = 'hit';
    ...
    
    print "$hilit\n";
    print "$count occurrences of $word\n";
    
  2. or download this
    my $line = 'This line has a hit here and a hit there.';
    my $word = 'hit';
    ...
    
    print "$hilit\n";
    print "$count occurrences of $word\n";
    
  3. or download this
    my $line = 'This line has a hit here and a hit there.';
    my $word = 'hit';
    ...
    
    print "$hilit\n";
    print "$count occurrences of $word\n";