HTTP/1.1 404 Object Not Found Server: Microsoft-IIS/5.0 Date: Fri, 05 Dec 2003 07:04:58 GMT Connection: close Content-Type: text/html
What does this mean?
i'm just testing a simple Perl Script
this is the code in my .shtml
<HTML>
<TITLE>Test File</TITLE>
<body>
<!--#include file="/cgi-bin/testing.pl" -->
</body>
</HTML>
and this is the code in my testing.pl
#! /usr/bin/perl
print "<H3>This is a test to see if Perl is Working</H3>\n";
print "<P>\n";
print "<H5>If you can see this, Perl is properly
configured</H5>\n";
I'm using IIS 5.0. i already set the execute permission to SCRIPTS & EXECUTABLES.
could somebody help me?
i also use
<!--#exec cgi="/cgi-bin/testing.pl" -->
but nothing happen..
What does this mean?
i'm just testing a simple Perl Script
this is the code in my .shtml
<HTML>
<TITLE>Test File</TITLE>
<body>
<!--#include file="/cgi-bin/testing.pl" -->
</body>
</HTML>
and this is the code in my testing.pl
#! /usr/bin/perl
print "<H3>This is a test to see if Perl is Working</H3>\n";
print "<P>\n";
print "<H5>If you can see this, Perl is properly
configured</H5>\n";
I'm using IIS 5.0. i already set the execute permission to SCRIPTS & EXECUTABLES.
could somebody help me?
i also use
<!--#exec cgi="/cgi-bin/testing.pl" -->
but nothing happen..