<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Where Have All The References Gone?</title>
	<atom:link href="http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/feed/" rel="self" type="application/rss+xml" />
	<link>http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/</link>
	<description>Something cool about Perl 6 every day</description>
	<lastBuildDate>Sun, 03 Feb 2013 05:15:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hein</title>
		<link>http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/#comment-1313</link>
		<dc:creator><![CDATA[Hein]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=960#comment-1313</guid>
		<description><![CDATA[good news!
moritz++]]></description>
		<content:encoded><![CDATA[<p>good news!<br />
moritz++</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz</title>
		<link>http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/#comment-1312</link>
		<dc:creator><![CDATA[Moritz]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 08:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=960#comment-1312</guid>
		<description><![CDATA[It is allowed now; it was disallowed for unimportant historical reasons. Now the compilers just need to catch up.]]></description>
		<content:encoded><![CDATA[<p>It is allowed now; it was disallowed for unimportant historical reasons. Now the compilers just need to catch up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hein</title>
		<link>http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/#comment-1311</link>
		<dc:creator><![CDATA[Hein]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 05:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=960#comment-1311</guid>
		<description><![CDATA[Hi moritz
about the context,we have

+( )
~( )
$( )
@( )
%( )
?( )

my @a = 1, 2, 3;
say +@a;    # 3
say +(@a);  # 3

+(@a) is equal to +@a
~(@a) is equal to ~@a
?(@a) is equal to ?@a


what&#039;s the  reason we can&#039;t do

push @a, $@b;]]></description>
		<content:encoded><![CDATA[<p>Hi moritz<br />
about the context,we have</p>
<p>+( )<br />
~( )<br />
$( )<br />
@( )<br />
%( )<br />
?( )</p>
<p>my @a = 1, 2, 3;<br />
say +@a;    # 3<br />
say +(@a);  # 3</p>
<p>+(@a) is equal to +@a<br />
~(@a) is equal to ~@a<br />
?(@a) is equal to ?@a</p>
<p>what&#8217;s the  reason we can&#8217;t do</p>
<p>push @a, $@b;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poster</title>
		<link>http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/#comment-1184</link>
		<dc:creator><![CDATA[poster]]></dc:creator>
		<pubDate>Wed, 28 Dec 2011 05:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://perl6advent.wordpress.com/?p=960#comment-1184</guid>
		<description><![CDATA[I love this

push @a, $@b;]]></description>
		<content:encoded><![CDATA[<p>I love this</p>
<p>push @a, $@b;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
