Perl 5 must be available on your web server and you must know how to install CGI programs on it or get the help of someone who does. CGI.pm must also be installed, which is usually the case
Humm, How do I know
1) weather perl 5 is available on my server.
2) how to install cgi programs
3) how to install CGI.pm
4) how to do a search-index run.
Or do you guys know any alternative easy way of adding a search within the site.
the sites like freefind.com offers, but doesnot suit my requirement.
CheersBeers:-)
Ram.....
1) weather perl 5 is available on my server.
That depends on what kind of server you have. If you have a dedicated server with Linux, Perl 5 will almost certainly be installed. If you have shell access, issuing "perl -v" at the command line will tell you for sure. If not, see if you have a "cgi-bin" folder.
Otherwise you'll have to ask you server provider - they should have the details on their website.
2) how to install cgi programs
3) how to install CGI.pm