<?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: Couple of CPAN pressies</title>
	<atom:link href="http://transfixedbutnotdead.com/2009/12/26/couple-of-cpan-pressies/feed/" rel="self" type="application/rss+xml" />
	<link>http://transfixedbutnotdead.com/2009/12/26/couple-of-cpan-pressies/</link>
	<description>my ramblings on life, work &#38; anything left in-between</description>
	<lastBuildDate>Sat, 11 Feb 2012 02:28:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: draegtun</title>
		<link>http://transfixedbutnotdead.com/2009/12/26/couple-of-cpan-pressies/#comment-1011</link>
		<dc:creator><![CDATA[draegtun]]></dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=783#comment-1011</guid>
		<description><![CDATA[Many thanks garu.  

I hadn&#039;t noticed Sub::Quotelike previously but yes I agree that PerlX::QuoteOperator with Devel::Declare is the more modern solution.

I am/was planning to do a follow up post about Perl having definable quote like operators natively.  This is my &quot;new&quot; syntax proposal:

[sourcecode language=&quot;perl&quot;]
sub quote (q) { ... }

sub quotequote (qq) { ... interpolated quote ... }

sub words (qw) { ... }
[/sourcecode]

So its good to see its not a million miles different to syntax used in Sub::QuoteLike.  So its probably not such a madcap idea after all :)

/I3az/]]></description>
		<content:encoded><![CDATA[<p>Many thanks garu.  </p>
<p>I hadn&#8217;t noticed Sub::Quotelike previously but yes I agree that PerlX::QuoteOperator with Devel::Declare is the more modern solution.</p>
<p>I am/was planning to do a follow up post about Perl having definable quote like operators natively.  This is my &#8220;new&#8221; syntax proposal:</p>
<pre class="brush: perl;">
sub quote (q) { ... }

sub quotequote (qq) { ... interpolated quote ... }

sub words (qw) { ... }
</pre>
<p>So its good to see its not a million miles different to syntax used in Sub::QuoteLike.  So its probably not such a madcap idea after all <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>/I3az/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garu</title>
		<link>http://transfixedbutnotdead.com/2009/12/26/couple-of-cpan-pressies/#comment-1004</link>
		<dc:creator><![CDATA[garu]]></dc:creator>
		<pubDate>Thu, 07 Jan 2010 14:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://transfixedbutnotdead.com/?p=783#comment-1004</guid>
		<description><![CDATA[Hey there, cool modules! As for PerlX::QuoteOperator, it looks a lot like Sub::QuoteLike, but using Devel::Declare instead of Filter::Simple (which is a good thing :-)

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hey there, cool modules! As for PerlX::QuoteOperator, it looks a lot like Sub::QuoteLike, but using Devel::Declare instead of Filter::Simple (which is a good thing <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

