Hello,
this is probably an easy question, but i spent alot of time trying to get a simple perl script to on IIS 6.1... and i usually work with apache when it comes to scripts...
is there anything special i need to configure on IIS 6.0 to make it run perl/iwperl/cgi scripts?
i tried different settings from google/microsoft site/ and many forums but i cant get this script to run on IIS:
[HTML]
print "Content-type: text/html \n\n";
print "\n Report \n\n
\n";
print "My Page Perl |
";
print"\n
\n\n\n";
[/HTML]
i saved it as test.pl / test.ipl / test.cgi and it nevers runs, then i run http:\\theIP\test.ipl or \test.cgi when i run it using iwperl or perl it executes just fine.
also when run http:\\theIP\index.html the page is up... so the site is working, it s just not executing the script...