Mark Gardner<p><span class="h-card" translate="no"><a href="https://mstdn.science/@ChristosArgyrop" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ChristosArgyrop</span></a></span> <span class="h-card" translate="no"><a href="https://fosstodon.org/@leonerd" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>leonerd</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.green/@pjakobs" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>pjakobs</span></a></span> #!/usr/bin/env perl</p><p>is the typical way to call whatever <a href="https://social.sdf.org/tags/perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>perl</span></a> happens to be first in your environment's path</p><p>The nice thing about <a href="https://social.sdf.org/tags/asdf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>asdf</span></a> is it reads a `.tool-versions` file in a given project's directory and will use the specified perl, ruby, node, whatever version via its shim scripts: <a href="https://asdf-vm.com/guide/getting-started.html#_6-set-a-version" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">asdf-vm.com/guide/getting-star</span><span class="invisible">ted.html#_6-set-a-version</span></a></p><p>I used to use <a href="https://social.sdf.org/tags/plenv" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plenv</span></a>, which is like <a href="https://social.sdf.org/tags/perlbrew" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>perlbrew</span></a> plus asdf but for Perl only: <a href="https://github.com/tokuhirom/plenv" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/tokuhirom/plenv</span><span class="invisible"></span></a></p>