General Instructions for installing Perl Cgi scripts: ------------------------------------------------------- 1.Find out the location of Perl on your server.You can do this either by telnet by typing "whereis perl" or by asking your system administrator. After you have found out the correct location,check and rectify,if necessary,the path in the first line of perl cgi script which usually is #!/usr/bin/perl 2.Find out the exact paths of server www root dir and subdirs containing your files. Substitute these paths in scripts as required. 3.Upload the scripts in ASCII format to server cgi-bin directory. 4.Chmod the script to world executable "chmod 755" ------------------------------------------------------- Specific Instructions for Site Submitter script: ------------------------------------------------------- 1.$site_list='sites.txt'; # Text file which contains all information about serach engines. If you want to update this file, please study the search engine forms regarding fields and values. 2.$ip='127.0.0.1'; # IP address of your site which some search engines require