|
-
May 21st, 2003, 05:14 AM
#1
Thread Starter
Retired VBF Adm1nistrator
IIS Problem : "The specified CGI application misbehaved by not returning..."
I have a few perl scripts running on a server on a hosting company.
Problem is, that from time to time we get the above error.
I thought it might have been my scripts originally, so then I put up a simple test.pl script :
Code:
#! /usr/bin/perl
print "Content-Type: text/html\n\n";
print "<h1>Hello World</h1>\n";
But that crashes with the same error as above.
Does anyone know what could cause perl to bomb like that ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 30th, 2003, 02:30 PM
#2
I don't know perl, but it looks like you don't have an END statement. So maybe that is the problem
-
Jun 1st, 2003, 09:42 AM
#3
Monday Morning Lunatic
Remove the space from the first line.
Other than that, I can't see anything wrong.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|