[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] Test CGI



could some1 please help me??? all i wanted was this script to print "It's 
Alive!!!" and i got this:

It's ALIVE!!!!

Diagnostic Output


0x13f6194: (00011) malloc 828 bytes


thats what was returned to the web browers(netscape).

Specs:
hardware: PowerPC 8150 file server
web soft: webstar 1.2.1
script  : #!/usr/local/bin/perl
          print "content-type: text/html\n\n";
          print"<HTML><BODY><H1>It's ALIVE!!!!</H1>"; 
          print"</BODY></HTML>";
MacOS   : 7.5.1

your help would be greatly appreciated.