- 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";
- 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";
- 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";