<?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: Remove Blank Lines of Input - Pt 3 of Extracting Lines of Data - Perl Tutorials #005</title>
	<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 07:35:06 +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: Remove Blank Lines of Input - Pt 3 of Extracting Lines of Data - Perl Tutorials #005</itunes:subtitle>
	<itunes:summary>Comment-cast: Remove Blank Lines of Input - Pt 3 of Extracting Lines of Data - Perl Tutorials #005</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: Vijay</title>
		<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-2223</link>
		<pubDate>Thu, 13 Dec 2007 08:08:04 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-2223</guid>
				<description>Whats the use of the counter in the script?

Thanks and Regards
Vijay</description>
		<content:encoded><![CDATA[	<p>Whats the use of the counter in the script?</p>
	<p>Thanks and Regards<br />
Vijay
</p>
]]></content:encoded>
						<itunes:author>Vijay</itunes:author>
		<itunes:subtitle>Whats the use of the counter in the script?

Thanks and Regards
Vijay </itunes:subtitle>
		<itunes:summary>Whats the use of the counter in the script?

Thanks and Regards
Vijay </itunes:summary>
	</item>
	<item>
		<title>by: rdash</title>
		<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-82</link>
		<pubDate>Fri, 01 Sep 2006 05:57:03 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-82</guid>
				<description>Ugh. Thanks, Kyle. I think I've fixed all occurrences.</description>
		<content:encoded><![CDATA[	<p>Ugh. Thanks, Kyle. I think I&#8217;ve fixed all occurrences.
</p>
]]></content:encoded>
						<itunes:author>rdash</itunes:author>
		<itunes:subtitle>Ugh. Thanks, Kyle. I think I've fixed all occurrences. </itunes:subtitle>
		<itunes:summary>Ugh. Thanks, Kyle. I think I've fixed all occurrences. </itunes:summary>
	</item>
	<item>
		<title>by: Kyle</title>
		<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-81</link>
		<pubDate>Thu, 31 Aug 2006 07:19:05 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-81</guid>
				<description>There is also a typo you open FH but then use fh in the while statement

open(FH, &quot;)</description>
		<content:encoded><![CDATA[	<p>There is also a typo you open FH but then use fh in the while statement</p>
	<p>open(FH, &#8220;)
</p>
]]></content:encoded>
						<itunes:author>Kyle</itunes:author>
		<itunes:subtitle>There is also a typo you open FH but then use fh in the while statement

open(FH, ") </itunes:subtitle>
		<itunes:summary>There is also a typo you open FH but then use fh in the while statement

open(FH, ") </itunes:summary>
	</item>
	<item>
		<title>by: rdash</title>
		<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-11</link>
		<pubDate>Fri, 03 Mar 2006 19:37:07 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-11</guid>
				<description>Agreed. Again, in trying to ease people into Perl concepts, I kind of ignored some of them. My bad. :) I'll keep this in mind for future tutorials. Thanks, Randal.</description>
		<content:encoded><![CDATA[	<p>Agreed. Again, in trying to ease people into Perl concepts, I kind of ignored some of them. My bad. <img src='http://webguru.mathgurusonline.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ll keep this in mind for future tutorials. Thanks, Randal.
</p>
]]></content:encoded>
						<itunes:author>rdash</itunes:author>
		<itunes:subtitle>Agreed. Again, in trying to ease people into Perl concepts, I kind of ignored some of them. My bad. :) ...</itunes:subtitle>
		<itunes:summary>Agreed. Again, in trying to ease people into Perl concepts, I kind of ignored some of them. My bad. :) ...</itunes:summary>
	</item>
	<item>
		<title>by: Randal L. Schwartz</title>
		<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-6</link>
		<pubDate>Fri, 03 Mar 2006 16:55:36 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comment-6</guid>
				<description>Again, in &quot;native Perl&quot;, this is:

while () {
  print &quot;$.: $_&quot; if /\S/;
}

You're really going out of your way to make these convoluted examples.  You'll have people thinking Perl is difficult for common tasks.  Quite the opposite: Perl is simple for common tasks.</description>
		<content:encoded><![CDATA[	<p>Again, in &#8220;native Perl&#8221;, this is:</p>
	<p>while () {<br />
  print &#8220;$.: $_&#8221; if /\S/;<br />
}</p>
	<p>You&#8217;re really going out of your way to make these convoluted examples.  You&#8217;ll have people thinking Perl is difficult for common tasks.  Quite the opposite: Perl is simple for common tasks.
</p>
]]></content:encoded>
						<itunes:author>Randal L. Schwartz</itunes:author>
		<itunes:subtitle>Again, in "native Perl", this is:

while () {
  print "$.: $_" if /\S/;
}

You're really going out of your way ...</itunes:subtitle>
		<itunes:summary>Again, in "native Perl", this is:

while () {
  print "$.: $_" if /\S/;
}

You're really going out of your way ...</itunes:summary>
	</item>
</channel>
</rss>
