roseynose Posted November 23, 2005 Report Share Posted November 23, 2005 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. Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted November 25, 2005 Report Share Posted November 25, 2005 Its #!/usr/bin/perl Its also Perl not Pearl, Sorry for the delay, haven't been getting the new topic/reply email notifications for some reason. Thanks. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.