Help for this page

Select Code to Download


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