<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Read A Named Data File - Pt 2 of Extracting Lines of Data - Perl Tutorials #004</title>
	<link>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 04:35:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>
	
	<copyright> 2004-2005</copyright>
	<managingEditor> ()</managingEditor>
	<webMaster></webMaster>

	<category>Talk Radio</category>
		
	<itunes:subtitle>Comment-cast: Read A Named Data File - Pt 2 of Extracting Lines of Data - Perl Tutorials #004</itunes:subtitle>
	<itunes:summary>Comment-cast: Read A Named Data File - Pt 2 of Extracting Lines of Data - Perl Tutorials #004</itunes:summary>
    
	<itunes:author></itunes:author>    
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email></itunes:email>
	</itunes:owner>
    
	<itunes:image href="" />
	<image>
		<url></url>
		<title>WebGuru Web Programming</title>
		<link>http://webguru.mathgurusonline.com</link>
		<width>144</width>
		<height>144</height>
	</image>

	<item>
		<title>by: rdash</title>
		<link>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/#comment-9</link>
		<pubDate>Fri, 03 Mar 2006 19:26:25 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/#comment-9</guid>
				<description>Agreed. As I've said in response to your other comments , I was trying to ease people to new Perl into all the system vars. But the net result is that I've covered too many concepts into one intro tutorial and confused matters. I need to put a bit more time into these tutorials. Thanks again for the comments.</description>
		<content:encoded><![CDATA[	<p>Agreed. As I&#8217;ve said in response to your other comments , I was trying to ease people to new Perl into all the system vars. But the net result is that I&#8217;ve covered too many concepts into one intro tutorial and confused matters. I need to put a bit more time into these tutorials. Thanks again for the comments.
</p>
]]></content:encoded>
						<itunes:author>rdash</itunes:author>
		<itunes:subtitle>Agreed. As I've said in response to your other comments , I was trying to ease people to new Perl ...</itunes:subtitle>
		<itunes:summary>Agreed. As I've said in response to your other comments , I was trying to ease people to new Perl ...</itunes:summary>
	</item>
	<item>
		<title>by: Randal L. Schwartz</title>
		<link>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/#comment-5</link>
		<pubDate>Fri, 03 Mar 2006 16:54:08 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/#comment-5</guid>
				<description>Again, rather than doing this the long way, your program is equivalent to:

while () {
  print &quot;$.: $_&quot;;
}

You're really teaching backwards-sidewards Perl style here.  I'm not just trying to make it &quot;shorter&quot;.  I'm tryiing to show you &quot;native Perl&quot;, not some broken combination of things you think you know.</description>
		<content:encoded><![CDATA[	<p>Again, rather than doing this the long way, your program is equivalent to:</p>
	<p>while () {<br />
  print &#8220;$.: $_&#8221;;<br />
}</p>
	<p>You&#8217;re really teaching backwards-sidewards Perl style here.  I&#8217;m not just trying to make it &#8220;shorter&#8221;.  I&#8217;m tryiing to show you &#8220;native Perl&#8221;, not some broken combination of things you think you know.
</p>
]]></content:encoded>
						<itunes:author>Randal L. Schwartz</itunes:author>
		<itunes:subtitle>Again, rather than doing this the long way, your program is equivalent to:

while () {
  print "$.: $_";
}

You're really ...</itunes:subtitle>
		<itunes:summary>Again, rather than doing this the long way, your program is equivalent to:

while () {
  print "$.: $_";
}

You're really ...</itunes:summary>
	</item>
</channel>
</rss>
