Help for this page

Select Code to Download


  1. or download this
    while ( <> ) {
        for my $word ( m{\b(\w+)\b}g ) {
            if (grep {$word eq $_} @prims) {
    ...
            }
        }
    }