I want to embed perl into the HTML because right now I have the main "index.html" as the blank search page that posts to "search.pl" and all after I do a serch I end up at "http://yourname.com/cgi-bin/search.pl?search=X" where I display all the retrieved info.
So I'm duplicating my HTML twice, once on "index.html" and once inside "search.pl"
I guess there must be a better way to do this. Maybe using a header and footer HTML file that is used in both docs? But I wanted to embed Perl into HTML like PHP is done.