in reply to Re^2: Embedding Perl into HTML
in thread Embedding Perl into HTML
Mason, or other things allow what you're asking.
A simple fix, rather than duplicating the code, see if you can make 'search.pl' your index page. There is nothing magic about index.html, it's just in many cases, the default page shown if someone requests a directory rather than an absolute file. On most hosts you should be able to change it so that the index is whatever file you like.