What I&#39;m doing for Erick is to use the Module::Build infrastructure to rewrite the shebang line so that whichever Perl was invoked during the initial configuration is used for all later invocations.<br><br>This  said, I highly recommend that either mod_perl or fastCGI be used for gbrowse2, as they greatly increase responsiveness of the application. In either case, the shebang line is ignored.<br>
<br>Lincoln<br><br><div class="gmail_quote">On Tue, Jul 14, 2009 at 4:25 PM, Robert Citek <span dir="ltr">&lt;<a href="mailto:robert.citek@gmail.com">robert.citek@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
An alternative to symlinks is to use /usr/bin/env.  That is, modify<br>
the #! of the script from this:<br>
<br>
#!/usr/bin/perl<br>
<br>
to this:<br>
<br>
#!/usr/bin/env  perl<br>
<br>
The advantage being that you can then adjust your PATH environment to<br>
the perl you wish to use, which is especially useful if you have<br>
multiple versions or configurations of perl installed on the same<br>
system.<br>
<br>
Regards,<br>
<font color="#888888">- Robert<br>
</font><div class="im"><br>
<br>
On Tue, Jul 14, 2009 at 1:57 PM, Dave Clements, GMOD Help<br>
Desk&lt;<a href="mailto:gmodhelp@googlemail.com">gmodhelp@googlemail.com</a>&gt; wrote:<br>
&gt; The common wisdom on the web is to make one be a sym lnk to the other.<br>
<br>
</div><div><div></div><div class="h5">------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>
_______________________________________________<br>
Gmod-gbrowse mailing list<br>
<a href="mailto:Gmod-gbrowse@lists.sourceforge.net">Gmod-gbrowse@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse" target="_blank">https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln D. Stein<br>Director, Informatics and Biocomputing Platform<br>Ontario Institute for Cancer Research<br>101 College St., Suite 800<br>Toronto, ON, Canada M5G0A3<br>
416 673-8514<br>Assistant: Renata Musa &lt;<a href="mailto:Renata.Musa@oicr.on.ca">Renata.Musa@oicr.on.ca</a>&gt;<br>