I have linux box which has search engine, providing search results on command line, and I have to integrate that with the web server. No database involved. I would appreciate the suggestions on followings.
How to call the search engine results from the CGI program? (system commands to use)
How I can display the results page by page? ( search engine returns all results at once or first X results)
How I can call the search program from different machine.?
(ex. using SOAP etc..)
What mechanism I should choose to display the search results ? (HTML::Template is in mind).