<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Transforming a Data Layout</title>
	<atom:link href="http://austringer.net/wp/index.php/2006/04/19/transforming-a-data-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://austringer.net/wp/index.php/2006/04/19/transforming-a-data-layout/</link>
	<description>Wesley R. Elsberry&#039;s personal weblog, talking about falconry, science, antievolution, computation, and the broken body he lives in.</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:25:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Austringer</title>
		<link>http://austringer.net/wp/index.php/2006/04/19/transforming-a-data-layout/comment-page-1/#comment-16707</link>
		<dc:creator>Austringer</dc:creator>
		<pubDate>Sun, 23 Apr 2006 05:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=275#comment-16707</guid>
		<description>I don&#039;t know SQL well enough to do the query that you are talking about...

My response to being gotten by the &quot;==&quot; relop is shown in the script:

&lt;blockquote&gt;
if (1 == \$#ARGV) {
&lt;/blockquote&gt;

When I have a comparison to a literal, I put the literal on the left-hand side. That way, if I have messed up and left an assignment in there, the compiler or interpreter throws a hissy fit about trying to assign to a literal, and I fix it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know SQL well enough to do the query that you are talking about&#8230;</p>
<p>My response to being gotten by the &#8220;==&#8221; relop is shown in the script:</p>
<blockquote><p>
if (1 == \$#ARGV) {
</p></blockquote>
<p>When I have a comparison to a literal, I put the literal on the left-hand side. That way, if I have messed up and left an assignment in there, the compiler or interpreter throws a hissy fit about trying to assign to a literal, and I fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://austringer.net/wp/index.php/2006/04/19/transforming-a-data-layout/comment-page-1/#comment-16705</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Sun, 23 Apr 2006 03:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://austringer.net/wp/?p=275#comment-16705</guid>
		<description>I&#039;m thinking that if you imported Diane&#039;s info into a relational database table (even keeping the original columns of LekID, Year, Number), 
you could get your information formatted the way you want it in a query with a single Select statement.

Nice to see an example of Perl, though.  Some of the syntax seems familiar to that of c/c++. (But that &quot;==&quot; gets us all at least once!) 

-Karen</description>
		<content:encoded><![CDATA[<p>I&#8217;m thinking that if you imported Diane&#8217;s info into a relational database table (even keeping the original columns of LekID, Year, Number),<br />
you could get your information formatted the way you want it in a query with a single Select statement.</p>
<p>Nice to see an example of Perl, though.  Some of the syntax seems familiar to that of c/c++. (But that &#8220;==&#8221; gets us all at least once!) </p>
<p>-Karen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

