I was wondering where the pearl is normally located on the Uniform Server. For example, I have simple redirection script (indexredir.cgi) that says the following:    #!/usr/bin/pearl             print "HTTP/1.0 302 Temporary Redirection\r\n" if $ENV{PERLXS} eq "PerlIS";   print "Content-type: text/html\n";         print ("Location: http://www.musictopicon.com/5.0/cgi-bin/co...n\n\n");     Unfortunately, it just shows that on the browser screen as well. I am assumming that it is the HTML script, but I may not have installed the cgi and pearl correctly through activepearl.