<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>PsychicProgrammer.com</title>
      <link>http://www.psychicprogrammer.com/</link>
      <description></description>
      <language>en-US</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Wed, 07 May 2008 21:15:14 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.32</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Beginner&apos;s Introduction to Perl 5.10, Part 2</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2008/05/07/beginners-introduction-to-perl-510-part-2.html?CMP=OTC-BD0016219291&amp;ATT=Beginner+s+Introduction+to+Perl+5+10+Part+2'><img src='http://www.perl.com/standard-tiles/perl/111-camel.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Perl 5 has come a long way in the past few years. The newest version, Perl 5.10, added several new features to make your programs shorter, easier to maintain, easier to write, and more powerful. Here's how to start using files and strings in modern Perl.<br>Link: <a href="http://www.perl.com/pub/a/2008/05/07/beginners-introduction-to-perl-510-part-2.html?CMP=OTC-BD0016219291&ATT=Beginner+s+Introduction+to+Perl+5+10+Part+2">http://www.perl.com/pub/a/2008/05/07/beginners-introduction-to-perl-510-part-2.html?CMP=OTC-BD0016219291&ATT=Beginner+s+Introduction+to+Perl+5+10+Part+2</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2008/05/beginners_introduction_to_perl.html</link>
         <guid>http://www.psychicprogrammer.com/2008/05/beginners_introduction_to_perl.html</guid>
         <category></category>
         <pubDate>Wed, 07 May 2008 21:15:14 -0800</pubDate>
      </item>
            <item>
         <title>A Beginner&apos;s Introduction to Perl 5.10</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2008/04/23/a-beginners-introduction-to-perl-510.html?CMP=OTC-BD0016219291&amp;ATT=A+Beginner+s+Introduction+to+Perl+5+10'><img src='http://www.perl.com/standard-tiles/perl/111-camel.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Perl 5 has come a long way in the past few years. The newest version, Perl 5.10, added several new features to make your programs shorter, easier to maintain, easier to write, and more powerful. Here's how to start using modern Perl productively.<br>Link: <a href="http://www.perl.com/pub/a/2008/04/23/a-beginners-introduction-to-perl-510.html?CMP=OTC-BD0016219291&ATT=A+Beginner+s+Introduction+to+Perl+5+10">http://www.perl.com/pub/a/2008/04/23/a-beginners-introduction-to-perl-510.html?CMP=OTC-BD0016219291&ATT=A+Beginner+s+Introduction+to+Perl+5+10</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2008/04/a_beginners_introduction_to_pe.html</link>
         <guid>http://www.psychicprogrammer.com/2008/04/a_beginners_introduction_to_pe.html</guid>
         <category>Perl.com</category>
         <pubDate>Wed, 23 Apr 2008 07:45:09 -0800</pubDate>
      </item>
            <item>
         <title>Using Amazon S3 from Perl</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2008/04/08/using-amazon-s3-from-perl.html?CMP=OTC-BD0016219291&amp;ATT=Using+Amazon+S3+from+Perl'><img src='http://www.perl.comhttp://www.oreillynet.com/standard-tiles/perl/111-alpaca.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Amazon's Simple Storage Service provides a simple, flexible, and inexpensive way to manage online data storage. Amazon's S3 modules for Perl make storing and retrieving data in your own programs almost trivial, leaving Amazon to worry about hosting, scaling, and backups. Abel Lin shows how to store, retrieve, and store data with Amazon S3.<br>Link: <a href="http://www.perl.com/pub/a/2008/04/08/using-amazon-s3-from-perl.html?CMP=OTC-BD0016219291&ATT=Using+Amazon+S3+from+Perl">http://www.perl.com/pub/a/2008/04/08/using-amazon-s3-from-perl.html?CMP=OTC-BD0016219291&ATT=Using+Amazon+S3+from+Perl</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2008/04/using_amazon_s3_from_perl.html</link>
         <guid>http://www.psychicprogrammer.com/2008/04/using_amazon_s3_from_perl.html</guid>
         <category>Perl.com</category>
         <pubDate>Wed, 09 Apr 2008 14:15:09 -0800</pubDate>
      </item>
            <item>
         <title>Reverse Callback Templating</title>
         <description><![CDATA[<p>Many programmers know of the two main systems of templating. One embeds actual source code into the template. The other provides a mini language with loops, conditionals, and other control structures. There is a third way -- a reverse callback system. James Robson explains this best-of-both-worlds approach by demonstrating Perl's Template::Recall module.<br>Link: <a href="http://www.perl.com/pub/a/2008/03/14/reverse-callback-templating.html?CMP=OTC-BD0016219291&ATT=Reverse+Callback+Templating">http://www.perl.com/pub/a/2008/03/14/reverse-callback-templating.html?CMP=OTC-BD0016219291&ATT=Reverse+Callback+Templating</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2008/03/reverse_callback_templating.html</link>
         <guid>http://www.psychicprogrammer.com/2008/03/reverse_callback_templating.html</guid>
         <category>Perl.com</category>
         <pubDate>Fri, 14 Mar 2008 07:45:08 -0800</pubDate>
      </item>
            <item>
         <title>Elements of Access Control</title>
         <description><![CDATA[<p>Some data is private. Other data, less so. Secure applications make it possible--and easy--to keep user data visible to the right people and invisible to the wrong people. Vladi Belperchinov explains how access control works and demonstrates with working code suitable for implementing your own access controls.<br>Link: <a href="http://www.perl.com/pub/a/2008/02/13/elements-of-access-control.html?CMP=OTC-BD0016219291&ATT=Elements+of+Access+Control">http://www.perl.com/pub/a/2008/02/13/elements-of-access-control.html?CMP=OTC-BD0016219291&ATT=Elements+of+Access+Control</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2008/02/elements_of_access_control.html</link>
         <guid>http://www.psychicprogrammer.com/2008/02/elements_of_access_control.html</guid>
         <category>Perl.com</category>
         <pubDate>Wed, 13 Feb 2008 10:45:14 -0800</pubDate>
      </item>
            <item>
         <title>How to Tell Your Perl Story (at OSCON)</title>
         <description><![CDATA[<p>Have you done something stunningly cool or staggeringly useful with Perl in the past year? Conference season will be here soon; it's time to consider giving a talk to your local monger group, a regional conference, or even OSCON. Perl track committee member brian d foy gives several guidelines to help you decide what to talk about and how to present it.<br>Link: <a href="http://www.perl.com/pub/a/2008/01/18/how-to-tell-your-perl-story.html?CMP=OTC-BD0016219291&ATT=How+to+Tell+Your+Perl+Story+at+OSCON">http://www.perl.com/pub/a/2008/01/18/how-to-tell-your-perl-story.html?CMP=OTC-BD0016219291&ATT=How+to+Tell+Your+Perl+Story+at+OSCON</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2008/01/how_to_tell_your_perl_story_at.html</link>
         <guid>http://www.psychicprogrammer.com/2008/01/how_to_tell_your_perl_story_at.html</guid>
         <category>Perl.com</category>
         <pubDate>Fri, 18 Jan 2008 08:15:41 -0800</pubDate>
      </item>
            <item>
         <title>Memories of 20 Years of Perl</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/12/21/20-years-of-perl.html?CMP=OTC-BD0016219291&amp;ATT=Memories+of+20+Years+of+Perl'><img src='http://www.perl.com/standard-tiles/perl/111-alpaca.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>The Perl community just celebrated the 20th anniversary of Perl. Here are some stories from Perl hackers around the world about problems they've solved and memories they've made with the venerable, powerful, and still vital language.<br>Link: <a href="http://www.perl.com/pub/a/2007/12/21/20-years-of-perl.html?CMP=OTC-BD0016219291&ATT=Memories+of+20+Years+of+Perl">http://www.perl.com/pub/a/2007/12/21/20-years-of-perl.html?CMP=OTC-BD0016219291&ATT=Memories+of+20+Years+of+Perl</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/12/memories_of_20_years_of_perl.html</link>
         <guid>http://www.psychicprogrammer.com/2007/12/memories_of_20_years_of_perl.html</guid>
         <category>Perl.com</category>
         <pubDate>Fri, 21 Dec 2007 06:45:27 -0800</pubDate>
      </item>
            <item>
         <title>Programming is Hard, Let&apos;s Go Scripting...</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/12/06/soto-11.html?CMP=OTC-BD0016219291&amp;ATT=Programming+is+Hard+Let+s+Go+Scripting'><img src='http://www.perl.com/standard-tiles/perl/111-camel.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Larry Wall's annual State of the Onion describes the state of Perl, the language and the community. In his 11th address, he discussed the past, present, and future of scripting languages, including the several dimensions of design decisions important to the development of Perl 6.<br>Link: <a href="http://www.perl.com/pub/a/2007/12/06/soto-11.html?CMP=OTC-BD0016219291&ATT=Programming+is+Hard+Let+s+Go+Scripting">http://www.perl.com/pub/a/2007/12/06/soto-11.html?CMP=OTC-BD0016219291&ATT=Programming+is+Hard+Let+s+Go+Scripting</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/12/programming_is_hard_lets_go_sc.html</link>
         <guid>http://www.psychicprogrammer.com/2007/12/programming_is_hard_lets_go_sc.html</guid>
         <category>Perl.com</category>
         <pubDate>Thu, 06 Dec 2007 08:15:13 -0800</pubDate>
      </item>
            <item>
         <title>PDF Processing with Perl</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/09/20/pdf-processing-with-perl.html?CMP=OTC-BD0016219291&amp;ATT=PDF+Processing+with+Perl'><img src='http://www.perl.com/standard-tiles/perl/111-alpaca.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Adobe's PDF is a well-established format for transferring pixel-perfect documents. It's not nearly as malleable as plain text, but several CPAN modules make creating, manipulating, and reusing PDFs much easier. Detlef Groth demonstrates how to use PDF::Reuse.<br>Link: <a href="http://www.perl.com/pub/a/2007/09/20/pdf-processing-with-perl.html?CMP=OTC-BD0016219291&ATT=PDF+Processing+with+Perl">http://www.perl.com/pub/a/2007/09/20/pdf-processing-with-perl.html?CMP=OTC-BD0016219291&ATT=PDF+Processing+with+Perl</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/09/pdf_processing_with_perl.html</link>
         <guid>http://www.psychicprogrammer.com/2007/09/pdf_processing_with_perl.html</guid>
         <category>Perl.com</category>
         <pubDate>Fri, 21 Sep 2007 08:15:06 -0800</pubDate>
      </item>
            <item>
         <title>Making Perl Reusable with Modules</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/08/09/making-perl-modules.html?CMP=OTC-BD0016219291&amp;ATT=Making+Perl+Reusable+with+Modules'><img src='http://www.perl.comhttp://www.oreillynet.com/standard-tiles/perl/111-llama.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Perl programs are easy to write, especially if they solve simple problems. If you find yourself re-using the same programs (or worse, the same code), it's time to bundle your code into pieces easier to reuse. It's time to turn programs into modules. Andy Sylvester walks through the three steps of making a simple, standalone Perl program into a robust, tested, distributable, and reusable piece of code.<br>Link: <a href="http://www.perl.com/pub/a/2007/08/09/making-perl-modules.html?CMP=OTC-BD0016219291&ATT=Making+Perl+Reusable+with+Modules">http://www.perl.com/pub/a/2007/08/09/making-perl-modules.html?CMP=OTC-BD0016219291&ATT=Making+Perl+Reusable+with+Modules</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/08/making_perl_reusable_with_modu.html</link>
         <guid>http://www.psychicprogrammer.com/2007/08/making_perl_reusable_with_modu.html</guid>
         <category></category>
         <pubDate>Tue, 07 Aug 2007 12:15:09 -0800</pubDate>
      </item>
            <item>
         <title>Option and Configuration Processing Made Easy</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/07/12/options-and-configuration.html?CMP=OTC-BD0016219291&amp;ATT=Option+and+Configuration+Processing+Made+Easy'><img src='http://www.perl.com/standard-tiles/perl/111-alpaca.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Many useful programs take arguments and configuration options. It's easy to add one or two, but as your program grows, the difficulty of allowing configuration concisely and intelligently also grows. Jon Allen demonstrates how to unify argument and configuration processing in a way that lets you write good code and your users get on with their work.<br>Link: <a href="http://www.perl.com/pub/a/2007/07/12/options-and-configuration.html?CMP=OTC-BD0016219291&ATT=Option+and+Configuration+Processing+Made+Easy">http://www.perl.com/pub/a/2007/07/12/options-and-configuration.html?CMP=OTC-BD0016219291&ATT=Option+and+Configuration+Processing+Made+Easy</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/07/option_and_configuration_proce.html</link>
         <guid>http://www.psychicprogrammer.com/2007/07/option_and_configuration_proce.html</guid>
         <category>Perl.com</category>
         <pubDate>Fri, 13 Jul 2007 12:15:12 -0800</pubDate>
      </item>
            <item>
         <title>Better Code Through Destruction</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/06/07/better-code-through-destruction.html?CMP=OTC-BD0016219291&amp;ATT=Better+Code+Through+Destruction'><img src='http://www.perl.comhttp://www.perl.com/standard-tiles/perl/111-camel.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Perl 5's reference counting scheme almost always keeps memory usage predictable...except for one corner case. The Resource Acquisition Is Initialization strategy helps avoid memory leaks--and can improve your use of exceptions, alarms, other resources, and even transactional systems. Igor Gariev demonstrates.<br>Link: <a href="http://www.perl.com/pub/a/2007/06/07/better-code-through-destruction.html?CMP=OTC-BD0016219291&ATT=Better+Code+Through+Destruction">http://www.perl.com/pub/a/2007/06/07/better-code-through-destruction.html?CMP=OTC-BD0016219291&ATT=Better+Code+Through+Destruction</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/06/better_code_through_destructio.html</link>
         <guid>http://www.psychicprogrammer.com/2007/06/better_code_through_destructio.html</guid>
         <category>Perl.com</category>
         <pubDate>Thu, 07 Jun 2007 14:15:07 -0800</pubDate>
      </item>
            <item>
         <title>Everyday Perl 6</title>
         <description><![CDATA[<p><a href='http://www.perl.com/pub/a/2007/05/10/everyday-perl-6.html?CMP=OTC-BD0016219291&amp;ATT=Everyday+Perl+6'><img src='http://www.perl.comhttp://www.oreillynet.com/standard-tiles/perl/111-llama.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /></a>Perl 6 will soon be here, and to Perl 5 programmers it will feel very different yet very much the same. Perl 6 will enable programmers to be more expressive by giving them more tools to work with (making easy things easy) and allowing them to be more precise in their expressions. Jonathan Scott Duff demonstrates how everyday Perl tasks remain easy but become clearer and more powerful in Perl 6 code that you can run today.<br>Link: <a href="http://www.perl.com/pub/a/2007/05/10/everyday-perl-6.html?CMP=OTC-BD0016219291&ATT=Everyday+Perl+6">http://www.perl.com/pub/a/2007/05/10/everyday-perl-6.html?CMP=OTC-BD0016219291&ATT=Everyday+Perl+6</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/05/everyday_perl_6.html</link>
         <guid>http://www.psychicprogrammer.com/2007/05/everyday_perl_6.html</guid>
         <category>Perl.com</category>
         <pubDate>Thu, 10 May 2007 09:45:09 -0800</pubDate>
      </item>
            <item>
         <title>How many ways can we represent 09F911029D74E35BD84156C5635688C0?</title>
         <description><![CDATA[<p>13256278887989457651018865901401704640<br>Link: <a href="http://digg.com/programming/How_many_ways_can_we_represent_09F911029D74E35BD84156C5635688C0">http://digg.com/programming/How_many_ways_can_we_represent_09F911029D74E35BD84156C5635688C0</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/05/how_many_ways_can_we_represent.html</link>
         <guid>http://www.psychicprogrammer.com/2007/05/how_many_ways_can_we_represent.html</guid>
         <category>Digg.com</category>
         <pubDate>Tue, 01 May 2007 23:00:20 -0800</pubDate>
      </item>
            <item>
         <title>I found the Bluray hex code</title>
         <description><![CDATA[<p>0C 88 65 36 5C 65 14 8D B5 3E 47 D9 20 11 9F 90It's obliviously not the Hd-dvd hex code<br>Link: <a href="http://digg.com/programming/I_found_the_Bluray_hex_code">http://digg.com/programming/I_found_the_Bluray_hex_code</a></p>]]></description>
         <link>http://www.psychicprogrammer.com/2007/05/i_found_the_bluray_hex_code.html</link>
         <guid>http://www.psychicprogrammer.com/2007/05/i_found_the_bluray_hex_code.html</guid>
         <category>Digg.com</category>
         <pubDate>Tue, 01 May 2007 21:41:00 -0800</pubDate>
      </item>
      
   </channel>
</rss>
