<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Perl Programming</title>
<link rel="self" type="application/atom+xml" title="Perl Programming" href="http://www.feeddistiller.com/blogs/Perl Programming/atom.xml"/>
<link rel="alternate" type="application/atom+rss" title="Perl Programming" href="http://www.feeddistiller.com/blogs/Perl Programming/feed.rss"/>
<subtitle>blogs with tips for Perl Programming</subtitle>
<feedid>229</feedid>
<feedname>Perl Programming</feedname>
<updated>2012-02-09T06:39:08</updated>
<author>
<name>Neal Pointer</name>
<email>barry.david.adams@googlemail.com</email>
</author>

<entry>
<from href="http://feeds2.feedburner.com/oreilly/perl?format=xml">Perl</from>
<title>Learning Perl Student Workbook</title>
<link href="http://feedproxy.google.com/~r/oreilly/perl/~3/qXLK0VBzLC8/"/>
<updated>2012-02-09T06:36:45</updated>
<summary>, Your Account : nbsp Sign In Shopping Cart 0 items 0.00 Your shopping cart is . empty Home Shop Radar : News Commentary Answers Safari Books Online Conferences Training School of Technology Community Browse Subjects Apple Mac Business Culture Certification Training Databases Design Graphics Digital Audio Video Digital Photography Hardware Home Office Microsoft Mobile Smart Devices Networking Sys Admin Operating Systems Programming Science Math Security Software Engineering Web Development New Upcoming Bestselling Ebooks Apple Mac Business Culture Certification Training Databases Design Graphics Digital Audio Video Digital Photography Hardware Home Office Microsoft Mobile Smart Devices Networking Sys Admin Operating Systems Programming Science Math Security Software Engineering Web</summary>
<id>ef38e90e56a2fee564d3b67d58d7899b</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Day 25 – Merry Christmas!</title>
<link href="http://perl6advent.wordpress.com/2011/12/25/day-25-merry-christmas/"/>
<updated>2011-12-25T10:52:41</updated>
<summary>The kind elves who spend the rest of the year working in Santa&amp;#8217;s shop to bring you more of Perl 6 each year would like to wish you a very warm and fuzzy Christmas vacation. December is always a special time for us, because we get to interact with you all through the interface of [...]</summary>
<id>dfc808b082e6feaa2bf8e5ab421a0f9f</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Day 24 — Subs are Always Better in multi-ples</title>
<link href="http://perl6advent.wordpress.com/2011/12/24/day-24-subs-are-always-better-in-multi-ples/"/>
<updated>2011-12-24T02:15:26</updated>
<summary>Hey look, it&amp;#8217;s Christmas Eve! (Also, the palindrome of 42!) And today, we&amp;#8217;re going to learn about multi subs, which are essentially synonyms (like any natural language would have). Let&amp;#8217;s get started! An Informative Introduction multi subs are simply subroutines (or anything related to it, such as methods, macros, etc.) that start with the multi [...]</summary>
<id>aa9115db1245ddf857aa866bf0748e8e</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Day 23 – Idiomatic Perl 6</title>
<link href="http://perl6advent.wordpress.com/2011/12/23/day-23-idiomatic-perl-6/"/>
<updated>2011-12-23T23:16:52</updated>
<summary>Perl 6 Idioms, and Idiomatic Perl 6 (Butterflies of the world, alight!) Perl is a richly expressive language, with a warm and playful community. When someone crafts a succinct way to solve a common problem, the Perl community often adopts that solution&amp;#039;s phrasing as a idiom. (Other-times, the community recoils in horror and proposes a [...]</summary>
<id>a1e079db4a9b5ba1af12219b7f7df448</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Day 22 – Operator overloading, revisited</title>
<link href="http://perl6advent.wordpress.com/2011/12/22/day-22-operator-overloading-revisited/"/>
<updated>2011-12-22T20:58:11</updated>
<summary>Today&amp;#8217;s post is a follow-up. Exactly two years ago, Matthew Walton wrote on this blog about overloading operators: You can exercise further control over the operator’s parsing by adding traits to the definition, such as tighter, equiv and looser, which let you specify the operator’s precedence in relationship to operators which have already been defined. Unfortunately, at the time [...]</summary>
<id>88b8692fd675770a1507676f89c9e57e</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Native libraries, native objects</title>
<link href="http://perl6advent.wordpress.com/2011/12/21/native-libraries-native-objects/"/>
<updated>2011-12-21T21:42:29</updated>
<summary>Last year flussence++ wrote a nice post about writing XMMS bindings for Perl 6 using the Native Call Interface. It has improved a bit since then, (at least NCI, I don&amp;#8217;t know about XMMS), so let&amp;#8217;s show it off a bit. To run the examples below you need a NativeCall module installed. Then add use NativeCall; at the [...]</summary>
<id>faebdc309e5d39ceeb243b331550a511</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Paired up Hashes</title>
<link href="http://perl6advent.wordpress.com/2011/12/20/paired-up-hashes/"/>
<updated>2011-12-20T14:31:49</updated>
<summary>What is is possible with arrays and lists in Perl 6 is truly remarkable and was demonstrated here several times. But what about hashes? Superficially not much has changed. (Following Damian&amp;#8217;s rule from PBP to name a hash variable in singular.) %song = Panacea =&amp;#62; &apos;found a lover&apos;, Photek =&amp;#62; &apos;ni ten ichi ryu&apos;; say [...]</summary>
<id>b520ce10b796c2d579cecffb063c20c1</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Day 19 – Abstraction and why it’s good</title>
<link href="http://perl6advent.wordpress.com/2011/12/19/day-19-abstraction-and-why-its-good/"/>
<updated>2011-12-19T21:30:09</updated>
<summary>Some people are a bit afraid of the word &amp;#8220;abstract&amp;#8221;, because they&amp;#8217;ve heard math teachers say it, and also, abstract art freaks them out. But abstraction is a fine and useful thing, and not so complicated. As programmers, we use it every day in different forms. The term is from Latin and means &amp;#8220;to withdraw [...]</summary>
<id>103ae1706dfe1f1bb0b9f4e9a582eb09</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>The view from the inside: using meta-programming to implement Rakudo</title>
<link href="http://perl6advent.wordpress.com/2011/12/18/the-view-from-the-inside-using-meta-programming-to-implement-rakudo/"/>
<updated>2011-12-18T22:49:25</updated>
<summary>In my previous article for the Perl 6 advent calendar, I looked at how we can use the meta-programming facilities of Rakudo Perl 6 in order to build a range of tools, tweak the object system to our liking or even add major new features &amp;#8220;from the outside&amp;#8221;. While it&amp;#8217;s nice that you can do [...]</summary>
<id>de791a38c9191548662bbf88ae2c1430</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Day 17: Gtk Mandelbrot</title>
<link href="http://perl6advent.wordpress.com/2011/12/17/day-17-gtk-mandelbrot/"/>
<updated>2011-12-17T20:26:00</updated>
<image href="http://perl6advent.files.wordpress.com/2011/12/big-first.png?w=450&amp;#038;h=355" width="150" height="118"/>
<summary>Two years ago today, the Advent post was on making Mandelbrot sets in Perl 6. At the time, they were in black and white, slow to produce, Rakudo was prone to crashing, and the only user interface thing you could control was how big the resulting PPM file was. As they say, that was then. [...]</summary>
<id>aeed3d0949599ed0a744bff3e21e457d</id>
</entry>

<entry>
<from href="http://perl6advent.wordpress.com/feed/">Perl 6 Advent Calendar</from>
<title>Where Have All The References Gone?</title>
<link href="http://perl6advent.wordpress.com/2011/12/16/where-have-all-the-references-gone/"/>
<updated>2011-12-16T14:00:59</updated>
<summary>Perl 5 programmers that start to learn Perl 6 often ask me how to take a reference to something, and my answers usually aren&amp;#8217;t really helpful. In Perl 6, everything that can be held in a variable is an object, and objects are passed by reference everywhere (though you don&amp;#8217;t always notice that, because objects [...]</summary>
<id>6ae49e71d2ae936ce1a342cf02196f91</id>
</entry>

<source>
<title>Perl 6 Advent Calendar</title>
<link href="http://perl6advent.wordpress.com/feed/"/>
<count>10</count>
</source>

<source>
<title>Perl</title>
<link href="http://feeds2.feedburner.com/oreilly/perl?format=xml"/>
<count>1</count>
</source>

</feed>

