<?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; 引用</title>
	<atom:link href="http://www.php-oa.com/tag/%e5%bc%95%e7%94%a8/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>Moose::Cookbook::Basics::Recipe1 &#8211; 永远经典 Point 的例子</title>
		<link>http://www.php-oa.com/2011/07/13/moose-cookbook-basics-the-always-classic-point-example.html</link>
		<comments>http://www.php-oa.com/2011/07/13/moose-cookbook-basics-the-always-classic-point-example.html#comments</comments>
		<pubDate>Wed, 13 Jul 2011 16:42:46 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl Moose]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[对象]]></category>
		<category><![CDATA[引用]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3961</guid>
		<description><![CDATA[概要 package Point; use Moose; has &#39;x&#39; =&#62; (isa =&#62; &#39;Int&#39;, is =&#62; &#39;rw&#39;, required =&#62; 1); has &#39;y&#39; =&#62; (isa =&#62; &#39;Int&#39;, is =&#62; &#39;rw&#39;, required =&#62; 1); sub clear { my $self = shift; $se... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/07/13/moose-cookbook-basics-the-always-classic-point-example.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perl 的线程中的共享</title>
		<link>http://www.php-oa.com/2011/04/15/perl-threads-shared.html</link>
		<comments>http://www.php-oa.com/2011/04/15/perl-threads-shared.html#comments</comments>
		<pubDate>Fri, 15 Apr 2011 02:21:05 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl App]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[共享]]></category>
		<category><![CDATA[对象]]></category>
		<category><![CDATA[引用]]></category>
		<category><![CDATA[线程]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=3488</guid>
		<description><![CDATA[&#160;&#160;&#160;&#160; 线程是一个好东西,他不象进程占用那么多的内存,因不他不需要主空间,不需要进程控制块.他只共享所有主进程的所有内容.所以今天我们来研究一下线程的特点之一,共享的变... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2011/04/15/perl-threads-shared.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>perl的引用和数据结构</title>
		<link>http://www.php-oa.com/2009/05/14/perl_ref.html</link>
		<comments>http://www.php-oa.com/2009/05/14/perl_ref.html#comments</comments>
		<pubDate>Thu, 14 May 2009 15:20:07 +0000</pubDate>
		<dc:creator>扶 凯</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[引用]]></category>
		<category><![CDATA[数据结构]]></category>

		<guid isPermaLink="false">http://www.php-oa.com/?p=1287</guid>
		<description><![CDATA[自己写程序真是菜,到现在才完完全全理解了perl的引用下面的笔记,先发引用 每个人都需要复合的数据结构,在Perl中我们的办法是通过&#8217;引用&#8217;来实现.这里有四个重要的操作&#8217;引用&#8217;... ]]></description>
		<wfw:commentRss>http://www.php-oa.com/2009/05/14/perl_ref.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

