http://qs1969.pair.com?node_id=86432

This is not Perl and it's absolutely trivial, but it is PerlMonks related, and I have found it quite useful, so here it is. Add the HTML below to a web page to have a PerlMonks search box, with links to SuperSearch and to your home node.

If you use it, you may want to copy the image locally to reduce (a little bit) the load on the server.

If you want to snag some other useful search forms that I have concocted or collected over time, please see http://www.cerias.purdue.edu/homes/zamboni/searchpage.html

<!-- Begin Perlmonks search form --> <form method="GET" action="http://www.perlmonks.org/index.pl"> <a href="http://www.perlmonks.org/"> <img src="http://www.perlmonks.org/images/perlmonkssm.gif" alt="PerlMo +nks" border=0 align=absmiddle></a> <input type=text name="node" size=40 maxlength=80> <input type=submit name="go_button" value="Search"> <font size=-1> <a href="http://www.perlmonks.org/index.pl?node=super+search">Super Se +arch</a> | <a href="http://www.perlmonks.org/index.pl?node=you">You</a> </font> </form> <!-- End Perlmonks search form -->