Help for this page

Select Code to Download


  1. or download this
    my @kwlist = qw(foo bar baz qux);
    my $kwre = join('|',@kwlist);
    ...
            $count++;
        }
    }
    
  2. or download this
    use JSON::XS;
    my @kwlist = qw(foo bar baz qux);
    ...
            }
        }
    }