<?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 for Nano&#039;s Blog</title>
	<atom:link href="http://www.nanohe.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nanohe.net/blog</link>
	<description>Hello World!</description>
	<lastBuildDate>Thu, 15 Jul 2010 00:33:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Kohana Installation Tutorial by nano</title>
		<link>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/comment-page-1/#comment-73</link>
		<dc:creator>nano</dc:creator>
		<pubDate>Thu, 15 Jul 2010 00:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=297#comment-73</guid>
		<description>It&#039;s my pleasure. :-)</description>
		<content:encoded><![CDATA[<p>It&#8217;s my pleasure. <img src='http://www.nanohe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kohana Installation Tutorial by zelda</title>
		<link>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/comment-page-1/#comment-72</link>
		<dc:creator>zelda</dc:creator>
		<pubDate>Wed, 14 Jul 2010 06:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=297#comment-72</guid>
		<description>thank you very much for the information</description>
		<content:encoded><![CDATA[<p>thank you very much for the information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kohana Installation Tutorial by Suzvenus</title>
		<link>http://www.nanohe.net/blog/2010/01/kohana-installation-tutorial/comment-page-1/#comment-60</link>
		<dc:creator>Suzvenus</dc:creator>
		<pubDate>Fri, 30 Apr 2010 07:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=297#comment-60</guid>
		<description>Thank you very much! I finally install and config my kohana v3~~~</description>
		<content:encoded><![CDATA[<p>Thank you very much! I finally install and config my kohana v3~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome by Helios</title>
		<link>http://www.nanohe.net/blog/about/comment-page-1/#comment-43</link>
		<dc:creator>Helios</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nanohe.net/blog/?page_id=2#comment-43</guid>
		<description>Hello my friend,

  It&#039;s nice to see you here!!!

  Wish you a prosperous life ~

   ..Helios</description>
		<content:encoded><![CDATA[<p>Hello my friend,</p>
<p>  It&#8217;s nice to see you here!!!</p>
<p>  Wish you a prosperous life ~</p>
<p>   ..Helios</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl&#8217;s Built-in Warnings by nano</title>
		<link>http://www.nanohe.net/blog/2010/01/perls-built-in-warnings/comment-page-1/#comment-38</link>
		<dc:creator>nano</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=211#comment-38</guid>
		<description>Hi daotoad. Thank you for visiting my blog. I learned a lot from StackOverflow.com (a lot of nice and kind guys there.)</description>
		<content:encoded><![CDATA[<p>Hi daotoad. Thank you for visiting my blog. I learned a lot from StackOverflow.com (a lot of nice and kind guys there.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Perl&#8217;s Built-in Warnings by daotoad</title>
		<link>http://www.nanohe.net/blog/2010/01/perls-built-in-warnings/comment-page-1/#comment-37</link>
		<dc:creator>daotoad</dc:creator>
		<pubDate>Wed, 06 Jan 2010 18:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=211#comment-37</guid>
		<description>Nano,  this blog is a great log of your work learning Perl. 

If you are curious about the difference between the &#039;-w&#039; switch and the warnings pragma, see perldoc perllexwarn either on your system or at http://perldoc.perl.org/perllexwarn.html

You can also get diagnostics information by using the &#039;splain&#039; program.  Send the text of the warning or error message to splain on STDIN, and it will reply with the enhanced message.  See http://search.cpan.org/~dapm/perl-5.10.1/lib/diagnostics.pm#The_splain_Program for more info.

In case you are wondering about the name, &#039;splain&#039; is a corruption of &#039;explain&#039;.  It probably comes from the old tv show I Love Lucy, where one of the main characters frequently said &quot;Lucy, you have some splainin&#039; to do!&quot;  http://en.wikiquote.org/wiki/I_Love_Lucy</description>
		<content:encoded><![CDATA[<p>Nano,  this blog is a great log of your work learning Perl. </p>
<p>If you are curious about the difference between the &#8216;-w&#8217; switch and the warnings pragma, see perldoc perllexwarn either on your system or at <a href="http://perldoc.perl.org/perllexwarn.html" rel="nofollow">http://perldoc.perl.org/perllexwarn.html</a></p>
<p>You can also get diagnostics information by using the &#8217;splain&#8217; program.  Send the text of the warning or error message to splain on STDIN, and it will reply with the enhanced message.  See <a href="http://search.cpan.org/~dapm/perl-5.10.1/lib/diagnostics.pm#The_splain_Program" rel="nofollow">http://search.cpan.org/~dapm/perl-5.10.1/lib/diagnostics.pm#The_splain_Program</a> for more info.</p>
<p>In case you are wondering about the name, &#8217;splain&#8217; is a corruption of &#8216;explain&#8217;.  It probably comes from the old tv show I Love Lucy, where one of the main characters frequently said &#8220;Lucy, you have some splainin&#8217; to do!&#8221;  <a href="http://en.wikiquote.org/wiki/I_Love_Lucy" rel="nofollow">http://en.wikiquote.org/wiki/I_Love_Lucy</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
