<div dir="ltr"><div><div><div><div>Hi Joel,<br><br></div>For me I just placed a copy the needed perl exe's dll's (five files) in  a new folder named C:\usr\bin.  Not pretty but it seems to work well. I also made a note in the folder to upgrade this when perl is upgraded.<br>
</div><br></div>R,<br></div>Greg R.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 22, 2013 at 11:20 AM, Joel Fentin <span dir="ltr"><<a href="mailto:joel@fentin.com" target="_blank">joel@fentin.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">At the perl meeting last night, I was told that perl in windows ignores the shebang. What I should do is move the perl path to the left of all other path statements to get it to work that way.<br>

I changed the path here:<br>
Start>Settings>Control Panel>System>Advanced><u></u>Environment Variables<br>
<br>
It's true if I shell to DOS and type:<br>
C:\Apache2.2\cgi-bin\Learn><u></u>perl <a href="http://showmodules.pl" target="_blank">showmodules.pl</a><br>
The program works and shows me the perl modules.<br>
<br>
However, if I am running the Apache server, and I type:<br>
<a href="http://127.0.0.1/cgi-bin/Learn/showmodules.pl" target="_blank">http://127.0.0.1/cgi-bin/<u></u>Learn/showmodules.pl</a><br>
The she shebang must be:<br>
#!/perl/bin/perl<br>
<br>
#!/usr/bin/perl will not work.<br>
Is there a reasonable workaround?<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Joel Fentin       tel: <a href="tel:760-749-8863" value="+17607498863" target="_blank">760-749-8863</a><br>
Biz Website:      <a href="http://fentin.com" target="_blank">http://fentin.com</a><br>
Personal Website: <a href="http://fentin.com/me" target="_blank">http://fentin.com/me</a><br>
______________________________<u></u>_________________<br>
San-Diego-pm mailing list<br>
<a href="mailto:San-Diego-pm@pm.org" target="_blank">San-Diego-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/san-diego-pm" target="_blank">http://mail.pm.org/mailman/<u></u>listinfo/san-diego-pm</a><br>
</font></span></blockquote></div><br></div>