in reply to Re^4: Error trying to Run Perl script on IIS Server 8.5
in thread Error trying to Run Perl script on IIS Server 8.5


u mean such a path would compute ? or it doesnt matter
  • Comment on Re^5: Error trying to Run Perl script on IIS Server 8.5

Replies are listed 'Best First'.
Re^6: Error trying to Run Perl script on IIS Server 8.5
by marto (Cardinal) on Oct 29, 2014 at 12:48 UTC
    C:\>type derp.pl #!/usr/bin/perl print "Derp!\n"; C:\>derp.pl Derp! C:\>