Description of SQL Query Parser, PERL Edition :
This is a perl based search engine program that allows users to create search statements just like Mysql. It can perform AND, OR, NOT and phrase seaches by using prefix symbols like plus(+), minus(-), pipe (|) and double quotes(" ") in a single query. The syntax is used as same as altavista and google. It performs multiple column search by joining the sql statement together with an AND or OR statement.