<?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>评论：perl取得当前系统时间</title>
	<atom:link href="http://www.taoer.com/2005/07/27/linux-perl-system-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taoer.com/2005/07/27/linux-perl-system-time/</link>
	<description>How alone SOLO::随来而去</description>
	<pubDate>Tue, 06 Jan 2009 08:29:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：SuperTaoer</title>
		<link>http://www.taoer.com/2005/07/27/linux-perl-system-time/comment-page-1/#comment-219</link>
		<dc:creator>SuperTaoer</dc:creator>
		<pubDate>Mon, 16 Jan 2006 01:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoer.com/2005/07/27/linux-perl-system-time/#comment-219</guid>
		<description>hello,syq：
    谢谢你的提醒，我测试了下，确实是从1900年开始的，我测试的脚本是：
#!/usr/bin/perl
 
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
 
print($year);
print("\n");
print($year+1900);
print("\n");</description>
		<content:encoded><![CDATA[<p>hello,syq：<br />
    谢谢你的提醒，我测试了下，确实是从1900年开始的，我测试的脚本是：<br />
#!/usr/bin/perl</p>
<p>($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);</p>
<p>print($year);<br />
print(&#8221;\n&#8221;);<br />
print($year+1900);<br />
print(&#8221;\n&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：syq</title>
		<link>http://www.taoer.com/2005/07/27/linux-perl-system-time/comment-page-1/#comment-218</link>
		<dc:creator>syq</dc:creator>
		<pubDate>Sun, 15 Jan 2006 02:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.taoer.com/2005/07/27/linux-perl-system-time/#comment-218</guid>
		<description>好像$year从1900年算起的年数，版本5.0</description>
		<content:encoded><![CDATA[<p>好像$year从1900年算起的年数，版本5.0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
