in reply to Re: strawberry perl library path?
in thread strawberry perl library path?

For various internal reasons Strawberry Perl's install path is fixed. However Windows pretty much ignores the shebang line so the path given there doesn't matter.

Probably your best solution is to use the right click 'open with' menu option in the explorer on a .pl file and associate Strawberry Perl's executable path ('C:\strawberry\perl\bin\perl.exe') with the .pl extension.


Perl is environmentally friendly - it saves trees

Replies are listed 'Best First'.
Re^3: strawberry perl library path?
by syphilis (Archbishop) on Apr 17, 2008 at 04:38 UTC
    Windows pretty much ignores the shebang line

    But I think apache takes notice of it and expects it to be correct.

    Cheers,
    Rob
      and you can config apache to ignore shebang, or merely hard link /usr/bin/perl to your real perl