in reply to Re^5: Error trying to Run Perl script on IIS Server 8.5in thread Error trying to Run Perl script on IIS Server 8.5
C:\>type derp.pl #!/usr/bin/perl print "Derp!\n"; C:\>derp.pl Derp! C:\> [download]