in reply to Dealing with incorrect shebang line entries on Windows with Apache

Just copy perl.exe to c:/usr/local/bin/perl.exe and it works without any problem.
--Artist
  • Comment on Re: Dealing with incorrect shebang line entries on Windows with Apache

Replies are listed 'Best First'.
Re^2: Dealing with incorrect shebang line entries on Windows with Apache
by Anonymous Monk on May 04, 2005 at 18:54 UTC
    dude... On your Win32 platform, why dont you bind .pl extension to your perl.exe ??? 1. Right click a .pl file 2. Open With, Choose program 3. Browse for perl.exe and voila ! i always use the standard #!/usr/bin/perl shebang line with win32 and never had any problems.
      It's required for Apache Web Server.
      --Artist