<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>扶凯 &#187; Perl Module</title>
	<atom:link href="http://www.php-oa.com/category/perl/perl-module/feed" rel="self" type="application/rss+xml" />
	<link>http://www.php-oa.com</link>
	<description>Perl Linux CDN Video</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DBIx::Class &#8211; Cookbook</title>
		<link>http://www.php-oa.com/2011/08/01/perldbixclass-cookbook.html</link>
		<comments>http://www.php-oa.com/2011/08/01/perldbixclass-cookbook.html#comments</comments>
		<pubDate>Mon, 01 Aug 2011 03:45:39 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[Cookbook]]></category>
		<category><![CDATA[DBIx::Class]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=4127</guid>
		<description><![CDATA[Perl&#160; 中的这个 ORM&#160;非常不错,一直也答应别人写这个的文章,还是自己有点懒,不想动.现在有了译文了&#8230;不过不是我写的,是 斯文牛氓@DJBing 写的.我们得感谢他.这是经过他的同意放到网上... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/08/01/perldbixclass-cookbook.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perl 异常处理之 autodie 和 Try::Tiny</title>
		<link>http://www.php-oa.com/2011/05/25/perl-perl-autodie.html</link>
		<comments>http://www.php-oa.com/2011/05/25/perl-perl-autodie.html#comments</comments>
		<pubDate>Wed, 25 May 2011 07:15:40 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3665</guid>
		<description><![CDATA[现在要讲的是 audodie 和 Try::Tiny 这是近来看的几本 Perl 书常常提到的,记个笔记. 有时我们常常写多个 open ,然后还要写上多次 die 象下面,读一个文件,然后写一个文件,有时我写的 open 会超过 4 个,... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/05/25/perl-perl-autodie.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>使用 Log::Minimal  记录程序日志</title>
		<link>http://www.php-oa.com/2011/05/25/perl-app-log-logminimal.html</link>
		<comments>http://www.php-oa.com/2011/05/25/perl-app-log-logminimal.html#comments</comments>
		<pubDate>Wed, 25 May 2011 06:41:13 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[File::Stamped]]></category>
		<category><![CDATA[Log::Log4perl]]></category>
		<category><![CDATA[Log::Minimal]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3662</guid>
		<description><![CDATA[写程序时,打印日志是非常好的习惯,对我们排错,查问题非常有用.平时我们喜欢自己写个函数来处理日志,要么直接 print .在 Perl 中有个专门处理日志的模块叫 Log::Log4perl 这个是个重量级的家伙,所... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/05/25/perl-app-log-logminimal.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AnyEvent 简单介绍和入门</title>
		<link>http://www.php-oa.com/2011/03/23/perl-anyevent-ev.html</link>
		<comments>http://www.php-oa.com/2011/03/23/perl-anyevent-ev.html#comments</comments>
		<pubDate>Wed, 23 Mar 2011 04:27:02 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[Perl Talks]]></category>
		<category><![CDATA[AnyEvent]]></category>
		<category><![CDATA[ev]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[事件]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3435</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160; AnyEvent 是一个性能非常好的基于事件驱动的程序,有人使用它来解决 C10k 的问题,象平时我们写的程序,都是基于过程.我们都是先做完事件1-&#62; 然后做事件2-&#62;然后做事件... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/03/23/perl-anyevent-ev.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Benchmark 做 Perl 的性能测试</title>
		<link>http://www.php-oa.com/2011/02/04/benchmark-perl.html</link>
		<comments>http://www.php-oa.com/2011/02/04/benchmark-perl.html#comments</comments>
		<pubDate>Fri, 04 Feb 2011 17:10:55 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Devel::DProf]]></category>
		<category><![CDATA[Devel::FastProf]]></category>
		<category><![CDATA[Devel::SmallProf]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[性能测试]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3334</guid>
		<description><![CDATA[当我们深入使用 Perl 时,慢慢的写一些重要的应用,又需要占用大量 CPU 时, 我们开始大量的关注程序的性能.因为性能可能会要决定你这个程序的生死. 他是否能在公司的机器上跑,还是沦落到需要... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/02/04/benchmark-perl.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>网页分析处理的极品模块Web::Scraper</title>
		<link>http://www.php-oa.com/2010/11/30/perl-web-scraper.html</link>
		<comments>http://www.php-oa.com/2010/11/30/perl-web-scraper.html#comments</comments>
		<pubDate>Tue, 30 Nov 2010 01:25:18 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[scraper]]></category>
		<category><![CDATA[Web::Scraper]]></category>
		<category><![CDATA[xpath]]></category>
		<category><![CDATA[网页分析]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3146</guid>
		<description><![CDATA[我们在做各种自动化处理时,常常会希望能更加智能的得到网页中自己想要的元素,最好是象 css 和 div 中的信息来取得,就会更加方便,这个 Web::Scraper 是我用过的几个模块中最方便的,这也是大侠 mi... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/11/30/perl-web-scraper.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>使用 Gearman 实现分布式处理</title>
		<link>http://www.php-oa.com/2010/09/05/perl-gearman-distributed.html</link>
		<comments>http://www.php-oa.com/2010/09/05/perl-gearman-distributed.html#comments</comments>
		<pubDate>Sun, 05 Sep 2010 00:57:51 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[Gearman]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=2958</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160;&#160; 因为近来在研究 Mogilefs 的分布文件系统,在读读这个的源码,另外,为公司新设计了一个下载的系统,所以更加要深入研究一下,因为这个好东西是 Perl 写的,真不容易... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/09/05/perl-gearman-distributed.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在 Perl 下处理时间的小技巧 strftime</title>
		<link>http://www.php-oa.com/2010/08/21/perl-strftime.html</link>
		<comments>http://www.php-oa.com/2010/08/21/perl-strftime.html#comments</comments>
		<pubDate>Sat, 21 Aug 2010 00:03:33 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[localtime]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[strftime]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=2911</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160;&#160;&#160; 在 Perl 中处理时间,很多模块,很方便,但是刚开始玩的人,可能没有发现合适的模块,所以使用起来感觉很麻烦.通常大家都 localtime 搞得大家都很火大.我有幸和大师学习... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/08/21/perl-strftime.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Catalyst 框架学习</title>
		<link>http://www.php-oa.com/2010/05/18/perl-catalyst.html</link>
		<comments>http://www.php-oa.com/2010/05/18/perl-catalyst.html#comments</comments>
		<pubDate>Tue, 18 May 2010 07:43:50 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[Catalyst]]></category>
		<category><![CDATA[DBIx::Class]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Template Toolkit]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=2668</guid>
		<description><![CDATA[Catalyst 是一个 web 应用程序开发框架,灵活而简洁,如果对 perl 有一定的基础,上手很快.他的同类产品有 Ruby on Rail,Sprint(Java) 和 Maypole,Django(Python). Catalyst 遵从 MVC 的设计模式,MVC 分别指 Model,View,Contro... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/05/18/perl-catalyst.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Template::Toolkit 模板技术.</title>
		<link>http://www.php-oa.com/2010/04/01/perl-template-toolkit.html</link>
		<comments>http://www.php-oa.com/2010/04/01/perl-template-toolkit.html#comments</comments>
		<pubDate>Thu, 01 Apr 2010 05:21:46 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Module]]></category>
		<category><![CDATA[HTML::Template]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Template::Toolkit]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=2442</guid>
		<description><![CDATA[Template::Toolkit, 简称TT, 它本身是一套非常强大的模块,我发现它比 HTML::Template 更加强大的模板.可以用超强来讲.可以给复杂变量传到模板里(比如数组,哈希),也可以在模板里定义这些变量,模板中可... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2010/04/01/perl-template-toolkit.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

