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

"7. Also the first line of your OP code shows the path as #!/usr/bin/perl. I think would not readily compute under the windows IIS environment ?"

Incorrect.

  • Comment on Re^4: Error trying to Run Perl script on IIS Server 8.5

Replies are listed 'Best First'.
Re^5: Error trying to Run Perl script on IIS Server 8.5
by perlron (Pilgrim) on Oct 29, 2014 at 12:46 UTC

    u mean such a path would compute ? or it doesnt matter
      C:\>type derp.pl #!/usr/bin/perl print "Derp!\n"; C:\>derp.pl Derp! C:\>