------------------------------------ Requirements ------------------------------------ Perl: 5.004_02 or later must be installed on your server. The script will probably run on older versions of Perl. You must have access to a cgi-bin on your website's server. You should have prior knowledge of CGI script installation to install the script yourself. ------------------------------------ z_search.cgi Script Installation instructions: ------------------------------------ 1. Download the script zip file. 2. Unzip to any directory on your hard drive. 3. Edit z_search.cgi's first line to reflect the path to Perl on your server. If you have a working cgi script in your cgi-bin then you can get this information from the top line. examples are: #!/usr/bin/perl #!/usr/bin/local/perl #!/usr/bin/perl5 4. Follow the instructions at the top of the cgi script and edit variables, paths and related information. 5. Upload the cgi script to your website's cgi-bin directory, using FTP. IMPORTANT: You MUST upload using ASCII mode NOT BINARY. 6. Set the cgi script file permission to CHMOD 755 ------------------------------------ search.htm HTML Page installation. ------------------------------------ 1.) Change the Form Action line, located in the html code, to point to the CGI script newly installed in your cgi-bin. Example: