<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>https://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>https://www.linuxfly.org/post//</link>
<title><![CDATA[[原]perl CGI 配合HTML模板使用]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[Perl]]></category>
<pubDate>Thu, 12 Mar 2009 08:37:37 +0000</pubDate> 
<guid>https://www.linuxfly.org/post//</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;通常的Perl教程，在讲述CGI编程的时候，都是使用print直接输出HTML代码，好些的，会告诉你可以用here document方式写。但显而易见的是，在大型网站中，这样的写法难以实现设计与编程的分开。我们都知道，php或asp等会这方面有比较好的实现方法，如&lt;? php&gt; xxx &lt;?&gt;方式。那么，Perl又如何呢？<br/>&nbsp;&nbsp;&nbsp;&nbsp;为达到这样要求，可以使用模板技术。这样，就能大量节省代码的编写量，提高代码效率，并且便于调试。以下内容大部分参考☞ <a href="http://blog.chinaunix.net/u/6542/showart_69919.html" target="_blank">这里</a>，但对于不明确的地方做了补充说明。<br/>............<br/>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post//#blogcomment</link>
<title><![CDATA[[评论] [原]perl CGI 配合HTML模板使用]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.linuxfly.org/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>