Database
mysearch.txt
Associated article: Web Site Searching & Indexing in Perl
Tags: Database Web Development
Published source code accompanying the article by Neil Gunton in which he presents Mysearchbot, a script which crawls any web site you specify, and indexes all the pages it finds into a MySQL database. This database can then be searched from a web browser HTML form in much the same manner as the major search engines. Also see MYSEARCH.ZIP.
Web Site Searching & Indexing In Perl by Neil Gunton Example 1: mysearchbot --database=mydb --email=me@mysite.com --create --insert_url=http://www.mysite.com --delay_secs=0 --index Example 2: mysearchbot --database=mydb --email=me@mysite.com --drop --create --insert_url=...


