Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Porting DC-Dot to Windows

by willyyam (Priest)
on Jul 17, 2006 at 20:31 UTC ( [id://561845]=note: print w/replies, xml ) Need Help??


in reply to Re: Porting DC-Dot to Windows
in thread Porting DC-Dot to Windows

The first suggestion, to leave off the HTTP response header, didn't change my result.

The second suggestion provides meaningful feedback though. I built the Hello World script as you suggested, and it would not execute with the name "test.pl" - I got the same error as before. However, when I changed the extension to cgi, I got a web page with the content "Hello, world!", which is very exciting. I changed the extention of dcdot.pl to dcdot.cgi, but I get the same error. I cleared the cache and tried again, in case, but still not joy. Still, this confirms that I have IIS configured to interpret Perl scripts, which is a good first step.

Replies are listed 'Best First'.
Re^3: Porting DC-Dot to Windows
by Ieronim (Friar) on Jul 17, 2006 at 22:12 UTC
    1. Your script can die from an unexpected error. Try CGI::Carp qw(fatalsToBrowser).
    2. Your script can generate warnings before the headers are printed. Some webservers break the execution of the script in this case.
    3. Check the output of your script again! Content/type... must be the first line it prints.

         s;;Just-me-not-h-Ni-m-P-Ni-lm-I-ar-O-Ni;;tr?IerONim-?HAcker ?d;print

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://561845]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found