hi, i've never used perl before, but i need to program a simple database search engine. the database is for now simply a file full of documents, the user will type in a keyword and i want to display the most relevant hits. does anyone have any tips as to how to go about doing this?
thanks.