How do I ignore the Perl shebang on Windows with Apache 2?

前端 未结 8 761
南方客
南方客 2020-11-29 08:31

I have set up a local Perl web environment on my Windows machine. The application I\'m working on is originally from a Linux server, and so the shebang for source .pl<

8条回答
  •  死守一世寂寞
    2020-11-29 09:22

    The way I had this working was to copy perl.exe to c:/usr/bin/ and rename it to perl (strip the .exe)

提交回复
热议问题