<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>.: Aberdeen.pm.org Blog :.</title>
	<atom:link href="http://www.perl.me.uk/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.perl.me.uk</link>
	<description>{ use strict; use warnings; }</description>
	<pubDate>Tue, 19 Aug 2008 11:36:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Why should I use perl 5.10?</title>
		<link>http://www.perl.me.uk/?p=25</link>
		<comments>http://www.perl.me.uk/?p=25#comments</comments>
		<pubDate>Tue, 19 Aug 2008 11:36:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=25</guid>
		<description><![CDATA[From http://perlmonks.org/?node_id=654086:
Here are some things of the top of my head that I think are pretty cool:
    * state variables No more scoping variables with an outer curly block, or the naughty my $f if 0 trick (the latter is now a syntax error).
    * defined-or No more $x [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://perlmonks.org/?node_id=654086">http://perlmonks.org/?node_id=654086</a>:</p>
<blockquote><p>Here are some things of the top of my head that I think are pretty cool:</p>
<p>    * state variables No more scoping variables with an outer curly block, or the naughty my $f if 0 trick (the latter is now a syntax error).<br />
    * defined-or No more $x = defined $y ? $y : $z, you may write $x = $y // $z instead.<br />
    * regexp improvements Lots of work done by dave_the_m to clean up the internals, which paved the way for demerphq to add all sorts of new cool stuff.<br />
    * smaller variable footprints Nicholas Clark worked on the implementations of SVs, AVs, HVs and other data structures to reduce their size to a point that happens to hit a sweet spot on 32-bit architectures<br />
    * smaller constant sub footprints Nicholas Clark reduced the size of constant subs (like use constant FOO => 2). The result when loading a module like POSIX is significant.<br />
    * stacked filetests you can now say if  (-e -f -x $file). Perl 6 was supposed to allow this, but they moved in a different direction. Oh well.<br />
    * lexical $_ allows you to nest $_ (without using local).<br />
    * _ prototype you can now declare a sub with prototype _. If called with no arguments, gets fed with $_ (allows you to replace builtins more cleanly).<br />
    * x operator on a list you can now say my @arr = qw(x y z) x 4. (Update: this feature was backported to the 5.8 codebase after having been implemented in blead, which is how Somni notices that it is available in 5.8.8).<br />
    * switch a true switch/given construct, inspired by Perl 6<br />
    * smart match operator (~~) to go with the switch<br />
    * closure improvements dave_the_m thoroughly revamped the closure handling code to fix a number of buggy behaviours and memory leaks.<br />
    * faster Unicode lc, uc and /i are faster on Unicode strings. Improvements to the UTF-8 cache.<br />
    * improved sorts inplace sorts performed when possible, rather than using a temporary. Sort functions can be called recursively: you can sort a tree<br />
    * map in void context is no longer evil. Only morally.<br />
    * less opcodes used in the creation of anonymous lists and hashes. Faster pussycat!<br />
    * tainting improvements More things that could be tainted are marked as such (such as sprintf formats)<br />
    * $# and $* removed Less action at a distance<br />
    * perlcc and JPL removed These things were just bug magnets, and no-one cared enough about them.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>create_dovecot_shares</title>
		<link>http://www.perl.me.uk/?p=24</link>
		<comments>http://www.perl.me.uk/?p=24#comments</comments>
		<pubDate>Wed, 31 May 2006 22:51:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=24</guid>
		<description><![CDATA[Might come in handy for someone:
http://www.cpan.org/authors/id/G/GH/GHENRY/create_dovecot_shares-1.05
]]></description>
			<content:encoded><![CDATA[<p>Might come in handy for someone:</p>
<p><a href="http://www.cpan.org/authors/id/G/GH/GHENRY/create_dovecot_shares-1.05">http://www.cpan.org/authors/id/G/GH/GHENRY/create_dovecot_shares-1.05</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Samba-LDAP hits 0.01! ;-)</title>
		<link>http://www.perl.me.uk/?p=23</link>
		<comments>http://www.perl.me.uk/?p=23#comments</comments>
		<pubDate>Thu, 30 Mar 2006 19:49:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=23</guid>
		<description><![CDATA[FYI:
http://search.cpan.org/~ghenry/
Gavin.
]]></description>
			<content:encoded><![CDATA[<p>FYI:</p>
<p>http://search.cpan.org/~ghenry/</p>
<p>Gavin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>Fedora Core 5 Out!</title>
		<link>http://www.perl.me.uk/?p=22</link>
		<comments>http://www.perl.me.uk/?p=22#comments</comments>
		<pubDate>Tue, 21 Mar 2006 07:53:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=22</guid>
		<description><![CDATA[At last!
https://www.redhat.com/archives/fedora-announce-list/2006-March/msg00027.html
http://fedoraproject.org/wiki/FC5ReleaseSummary
http://fedora.redhat.com/docs/release-notes/fc5/
]]></description>
			<content:encoded><![CDATA[<p>At last!</p>
<p>https://www.redhat.com/archives/fedora-announce-list/2006-March/msg00027.html<br />
http://fedoraproject.org/wiki/FC5ReleaseSummary<br />
http://fedora.redhat.com/docs/release-notes/fc5/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
		<item>
		<title>YAPC Birmingham (TBA)</title>
		<link>http://www.perl.me.uk/?p=21</link>
		<comments>http://www.perl.me.uk/?p=21#comments</comments>
		<pubDate>Tue, 21 Mar 2006 07:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=21</guid>
		<description><![CDATA[I am going. Anyone else fancy coming?
http://www.yapceurope.org/
]]></description>
			<content:encoded><![CDATA[<p>I am going. Anyone else fancy coming?</p>
<p>http://www.yapceurope.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=21</wfw:commentRss>
		</item>
		<item>
		<title>Perl 5.8.8 out (Forgot to mention)</title>
		<link>http://www.perl.me.uk/?p=20</link>
		<comments>http://www.perl.me.uk/?p=20#comments</comments>
		<pubDate>Tue, 21 Mar 2006 07:46:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=20</guid>
		<description><![CDATA[Oops, was out on Feb 02, 2006!
Grab it at http://www.perl.com/download.csp#stable
]]></description>
			<content:encoded><![CDATA[<p>Oops, was out on Feb 02, 2006!</p>
<p>Grab it at http://www.perl.com/download.csp#stable</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=20</wfw:commentRss>
		</item>
		<item>
		<title>My First CPAN Module</title>
		<link>http://www.perl.me.uk/?p=19</link>
		<comments>http://www.perl.me.uk/?p=19#comments</comments>
		<pubDate>Wed, 04 Jan 2006 11:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=19</guid>
		<description><![CDATA[http://search.cpan.org/~ghenry/
One of my New Years Resolutions complete!!
Now I&#8217;ll crack on with some more.
Gavin.
]]></description>
			<content:encoded><![CDATA[<p>http://search.cpan.org/~ghenry/</p>
<p>One of my New Years Resolutions complete!!</p>
<p>Now I&#8217;ll crack on with some more.</p>
<p>Gavin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=19</wfw:commentRss>
		</item>
		<item>
		<title>Suretec site upgraded using Catalyst</title>
		<link>http://www.perl.me.uk/?p=18</link>
		<comments>http://www.perl.me.uk/?p=18#comments</comments>
		<pubDate>Sat, 17 Dec 2005 11:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=18</guid>
		<description><![CDATA[Have a look at the new site: http://www.suretecsystems.com
A bit of re-structuring visually, but now all on Catalyst with a RSS feed for the news page.
Will add more later.
http://catalyst.perl.org
]]></description>
			<content:encoded><![CDATA[<p>Have a look at the new site: http://www.suretecsystems.com</p>
<p>A bit of re-structuring visually, but now all on Catalyst with a RSS feed for the news page.</p>
<p>Will add more later.</p>
<p>http://catalyst.perl.org</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=18</wfw:commentRss>
		</item>
		<item>
		<title>Convert any AVI File to a DVD Image</title>
		<link>http://www.perl.me.uk/?p=17</link>
		<comments>http://www.perl.me.uk/?p=17#comments</comments>
		<pubDate>Sat, 03 Dec 2005 18:59:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=17</guid>
		<description><![CDATA[For more info, please read:
avi2dvd
Thanks,
Gavin.
]]></description>
			<content:encoded><![CDATA[<p>For more info, please read:</p>
<p><a href="http://perlmonks.org/?node_id=512375">avi2dvd</a></p>
<p>Thanks,</p>
<p>Gavin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Change your LDAP password</title>
		<link>http://www.perl.me.uk/?p=16</link>
		<comments>http://www.perl.me.uk/?p=16#comments</comments>
		<pubDate>Fri, 26 Aug 2005 22:18:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perl.me.uk/?p=16</guid>
		<description><![CDATA[Something I have just written:
Perlmonks Post
Hope someone finds it useful  
Gavin.
]]></description>
			<content:encoded><![CDATA[<p>Something I have just written:</p>
<p><a href="http://perlmonks.org/index.pl?node_id=487045">Perlmonks Post</a></p>
<p>Hope someone finds it useful <img src='http://www.perl.me.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Gavin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.perl.me.uk/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
	</channel>
</rss>
