<?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/"
		>
<channel>
	<title>Comments on: Modern Core Perl Slides</title>
	<atom:link href="http://perlhacks.com/2011/11/modern-core-perl-slides/feed/" rel="self" type="application/rss+xml" />
	<link>http://perlhacks.com/2011/11/modern-core-perl-slides/</link>
	<description>Just another Perl Hacker&#039;s blog</description>
	<lastBuildDate>Wed, 28 Mar 2012 15:39:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave Cross</title>
		<link>http://perlhacks.com/2011/11/modern-core-perl-slides/#comment-2967</link>
		<dc:creator>Dave Cross</dc:creator>
		<pubDate>Mon, 14 Nov 2011 13:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=355#comment-2967</guid>
		<description>You&#039;re absolutely right, of course. In my defence, that slide is in the 5.10 section, so the code does work.

But I should reverse the order of the operands in all of those examples.

Thanks.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right, of course. In my defence, that slide is in the 5.10 section, so the code does work.</p>
<p>But I should reverse the order of the operands in all of those examples.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin J. Evans</title>
		<link>http://perlhacks.com/2011/11/modern-core-perl-slides/#comment-2966</link>
		<dc:creator>Martin J. Evans</dc:creator>
		<pubDate>Mon, 14 Nov 2011 13:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=355#comment-2966</guid>
		<description>Slide 24 of 61 Smart Match Examples

In Perl 5.10.0
perl -le &#039;@a=(1,2,3); print &quot;found\n&quot; if @a ~~ 2;&#039;
found

perl -le &#039;@a=(1,2,3); print &quot;found\n&quot; if 2 ~~ @a;&#039;
found

In Perl 5.10.1 and above:

perl -le &#039;@a=(1,2,3); print &quot;found\n&quot; if @a ~~ 2;&#039;
perl -le &#039;@a=(1,2,3); print &quot;found\n&quot; if 2 ~~ @a;&#039;
found

You example uses @foo ~~ bar which does not work since 5.10.0. To find scalar in array the array has to be the second.</description>
		<content:encoded><![CDATA[<p>Slide 24 of 61 Smart Match Examples</p>
<p>In Perl 5.10.0<br />
perl -le &#8216;@a=(1,2,3); print &#8220;found\n&#8221; if @a ~~ 2;&#8217;<br />
found</p>
<p>perl -le &#8216;@a=(1,2,3); print &#8220;found\n&#8221; if 2 ~~ @a;&#8217;<br />
found</p>
<p>In Perl 5.10.1 and above:</p>
<p>perl -le &#8216;@a=(1,2,3); print &#8220;found\n&#8221; if @a ~~ 2;&#8217;<br />
perl -le &#8216;@a=(1,2,3); print &#8220;found\n&#8221; if 2 ~~ @a;&#8217;<br />
found</p>
<p>You example uses @foo ~~ bar which does not work since 5.10.0. To find scalar in array the array has to be the second.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iñigo</title>
		<link>http://perlhacks.com/2011/11/modern-core-perl-slides/#comment-2963</link>
		<dc:creator>Iñigo</dc:creator>
		<pubDate>Sun, 13 Nov 2011 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://perlhacks.com/?p=355#comment-2963</guid>
		<description>Hi,

First: thanks for sharing!

Second: I&#039;m very happy to see notices I didn&#039;t know, like the HTTP::Tiny in core, etc too many time without read delta or brew new versions...

Greetings!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First: thanks for sharing!</p>
<p>Second: I&#8217;m very happy to see notices I didn&#8217;t know, like the HTTP::Tiny in core, etc too many time without read delta or brew new versions&#8230;</p>
<p>Greetings!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.164 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-03-29 05:27:35 -->
<!-- Compression = gzip -->