Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    
    my $string = 'FOO';
    for (grep /\b\Q$string\E\b/, keys %$filtered) { say $_; }