Tuesday, June 9, 2009

perl problem -5 (hard)

Hi everyone

Here is the perl problem 5

A simple search engine.

Write a program which when given a keyword as input , fetches all the records that contains the given keyword. Assume that you have a mysql database with a table containing records.

Input:

flu

Output:

Swine flu
Bird flu
influenza
etc etc

Hint (use DBI module)

No comments:

Post a Comment