You don't want much, do you? :-)
How to call the search engine results from the CGI program? (system commands to use)
`` (backticks) comes to mind as the most appropriate command - it will return the output of the system command as it's value
How I can display the results page by page?
If you need to show the Mth set of N results, ask the search engine for the first M*N results, and throw away the (M-1)*N results you don't need.
How I can call the search program from different machine?
<math joke><Fermat>I have a great solution for that, but unfortunately, this margin is too short for it.</Fermat></math joke>
What mechanism I should choose to display the search results? (HTML::Template is in mind)
Go with that instinct - that's what I would do.

In reply to Re: Search Enigne Integration by matija
in thread Search Enigne Integration by artist

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.