November 23, 200520 yr comment_1924 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. Report
November 25, 200520 yr comment_1937 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. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.