<?xml version="1.0"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:res="http://blogreen.org/TR/Resources" xmlns:bgn="http://blogreen.org" bgn:template-name="rss" version="2.0"><channel><title>Comments on You, bash users, are driving me crazy!</title><link>http://romain.blogreen.org/blog/2008/04/you-bash-users-are-driving-me-crazy/</link><description></description><link xmlns="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://romain.blogreen.org/blog/2008/04/you-bash-users-are-driving-me-crazy/comments-rss.xml"/>
    <item><title>Comment by Tony Shadwick</title><description><![CDATA[<p xmlns="http://www.w3.org/1999/xhtml">Wow. :)  Now if I could convince my fellow perl coders to follow your logic, I would be sooooo much happier.</p>

				<p xmlns="http://www.w3.org/1999/xhtml">I have a co-worker that insists on writing his shebang like this (and he's on windows!):</p>

<pre xmlns="http://www.w3.org/1999/xhtml" class="sh_perl">#!perl</pre>
<p xmlns="http://www.w3.org/1999/xhtml">Now - that isn't going to work. :P  It just won't.  It works with ActivePerl on Windows, because it effectively ignores the shebang.  I can't shell script to save my life.  I've tried. :(  So I wind up requiring perl at every turn, but at least I follow your logic:</p>

<pre xmlns="http://www.w3.org/1999/xhtml" class="sh_perl">#!/usr/bin/env perl</pre>
<p xmlns="http://www.w3.org/1999/xhtml">Fact it, 99% of the perl code out there expects perl in /usr/bin, which is just plain FALSE, and in fact the FreeBSD port for perl places a symlink to /usr/bin acknowledging this fact, despite the default port install location being /usr/local/bin (unless overridden).</p>

<p xmlns="http://www.w3.org/1999/xhtml">So...bleh.  I'm just glad someone agrees with me. :)</p>]]></description><link>http://romain.blogreen.org/blog/2008/04/you-bash-users-are-driving-me-crazy/#comment-1</link><guid isPermaLink="true">http://romain.blogreen.org/blog/2008/04/you-bash-users-are-driving-me-crazy/#comment-1</guid><pubDate>Mon, 04 Aug 2008 19:23:45 GMT</pubDate></item>
  </channel></rss>

