<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div></div><div>Hi,</div><div><br>On 16 Jun 2018, at 11:01 pm, Michael <<a href="mailto:keybounce@gmail.com">keybounce@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><span>Let's say I have a bunch of scripts that start with #!/usr/bin/perl</span><br><span></span><br><span>There is a python_select,but not a perl_select.</span><br><span></span><br><span>How do I avoid the out of date system Perl, which doesn't have the needed support modules, and installing those modules with Mac ports doesn't put them where the system Perl sees them.</span><br></div></blockquote><div><br></div>The shebang you list above is forcing the use of a specific perl version. You cannot change that without changing that to something else. Either change it to use the exact path you want, to the MP version, or use the /usr/bin/env approach to find and use the perl version via your shell PATH. See<div><br></div><div><a href="https://en.m.wikipedia.org/wiki/Shebang_(Unix)">https://en.m.wikipedia.org/wiki/Shebang_(Unix)</a></div><div><br></div><div>For details if you need them.</div><div><br></div><div>Chris<br><div><br><blockquote type="cite"><div><span></span><br><span>---</span><br><span>Entertaining minecraft videos</span><br><span><a href="http://YouTube.com/keybounce">http://YouTube.com/keybounce</a></span><br><span></span><br></div></blockquote></div></div></body></html>