dogtown08
01-15-2003, 12:19 AM
I am a complete newbe to writing my own cgi scripts. Can someone please tell me what is wrong with this code?
#!/usr/bin/perl
print "Hello, I want this to work\n";
I saved this in a program called "editPlus" as test.pl and uploaded it using frontpage 2002 in my cgi-bin directory, and I am sure the path to perl is correct.
I am always getting that 500 messege
Thanks.
#!/usr/bin/perl
print "Hello, I want this to work\n";
I saved this in a program called "editPlus" as test.pl and uploaded it using frontpage 2002 in my cgi-bin directory, and I am sure the path to perl is correct.
I am always getting that 500 messege
Thanks.