Help for this page

Select Code to Download


  1. or download this
    my $word = "banjo";
    my $found_it = pseudo_bash_grep ($word, "words.txt");
    ...
        }
        return 0;
    }
    
  2. or download this
    $ perl  search.pl
    Found banjo in the words.txt file