use strict;
use warnings;
use HTML::HiLiter;
my $hiliter = HTML::HiLiter::->new;
$hiliter->Queries([
'foo',
'bar',
'"some phrase"',
],
);
$hiliter->CSS;
$hiliter->Run(\q~
hi
hi there I say foo there some phrase
~);
__END__
hi
hi there I say foo there some phrase