Help for this page
my $kw = ".NET"; # For different scenarios pls use C (& then C++) instead of .NET for $ +kw ... my $count = () = $title =~ /$kw/ig; print $count; die;