[thelist] Perl Script on Mac

Amjad Majid Ali amjad at krumholz.atmos.colostate.edu
Thu Aug 11 10:18:00 CDT 2005


Hi folks
I am running MAc OSX with tiger on it.

I have written a sample perl script
http://kiwi.atmos.colostate.edu/test/"perltext.cgi"

As you can see the Tags are not removed

I have used BBEDIT and did sftp the script on the server

Here is the script

#!/usr/bin/perl5.8.1
print ("Content-type:text/html\n\n");
print "<HTML><HEAD>";
print "<TITLE>CGI Test</TITLE>";
print "</HEAD>";
print "<BODY><H2>I just wrote a web page using Perl!</H2>";
print "</BODY></HTML>";

I have even teste on cgi-bin sub dir . But same problem

Any solutions???




More information about the thelist mailing list