Help for this page

Select Code to Download


  1. or download this
    foreach $ruleword ( @splitrule ) { 
        if( $word =~ m/$ruleword/igs ) { 
            print "\t$word\tmatched\n"; 
        } 
    }