<?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"
	>
<channel>
	<title>Comments on: Under the hood: Ruby&#8217;s global variables</title>
	<atom:link href="http://blog.trapdoor1.net/2008/05/04/under-the-hood-rubys-global-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.trapdoor1.net/2008/05/04/under-the-hood-rubys-global-variables/</link>
	<description>rails, ruby, supercollider, dsp</description>
	<pubDate>Wed, 09 Jul 2008 13:07:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Jay</title>
		<link>http://blog.trapdoor1.net/2008/05/04/under-the-hood-rubys-global-variables/#comment-40</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 12 May 2008 06:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trapdoor1.net/?p=31#comment-40</guid>
		<description>My version of the Pickaxe shows $FILENAME is the name of the current input file, $, is the separator string output between parameters such as print and join.  $+ is for pattern matching, and returns the contents of the highest-numbered group matched following a successful pattern match (last match in a group of successful matches I guess?).  Dunno about $binding though....</description>
		<content:encoded><![CDATA[<p>My version of the Pickaxe shows $FILENAME is the name of the current input file, $, is the separator string output between parameters such as print and join.  $+ is for pattern matching, and returns the contents of the highest-numbered group matched following a successful pattern match (last match in a group of successful matches I guess?).  Dunno about $binding though&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robin</title>
		<link>http://blog.trapdoor1.net/2008/05/04/under-the-hood-rubys-global-variables/#comment-27</link>
		<dc:creator>robin</dc:creator>
		<pubDate>Mon, 05 May 2008 08:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trapdoor1.net/?p=31#comment-27</guid>
		<description>Cheers, updated.</description>
		<content:encoded><![CDATA[<p>Cheers, updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ola Bini</title>
		<link>http://blog.trapdoor1.net/2008/05/04/under-the-hood-rubys-global-variables/#comment-23</link>
		<dc:creator>Ola Bini</dc:creator>
		<pubDate>Sun, 04 May 2008 23:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.trapdoor1.net/?p=31#comment-23</guid>
		<description>Nice writeup.

$` and $' are the text before regexp match and text after regexp match, respectively.</description>
		<content:encoded><![CDATA[<p>Nice writeup.</p>
<p>$` and $&#8217; are the text before regexp match and text after regexp match, respectively.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
