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)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment