On Sun, Nov 15, 2009 at 11:44 AM, Thomas Steinbach <steinb...@gmx-topmail.de> wrote: > #!C:\strawberry\perl\bin\perl.exe > > but my perl executable is in > > #!C:\perl\perl\bin\perl.exe > > Do I have to change _all_ occurences of the > shebang line?
Generally, the shebang line does nothing on Windows. What executable is associated with *.pl file is determined by the registry, not a shebang line. (Unless you're running a Win32 port of bash or something) David