<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>News and Information Blog   </title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi</link>
    <description>SponsorWorks.net News and Information Blog</description>
    <language>en</language>

  <item>
    <title>Beginner's Introduction to Perl 5.10, Part 2</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/05/08#auto___beginner_s_introduction_to_perl_5_10__part_2</link>
    <description>&lt;a href='http://www.perl.com/pub/a/2008/05/07/beginners-introduction-to-perl-510-part-2.html?CMP=OTC-BD0016219291&amp;amp;ATT=Beginner+s+Introduction+to+Perl+5+10+Part+2'&gt;&lt;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;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;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&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>A Beginner's Introduction to Perl 5.10</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/04/24#auto___a_beginner_s_introduction_to_perl_5_10</link>
    <description>&lt;a href='http://www.perl.com/pub/a/2008/04/23/a-beginners-introduction-to-perl-510.html?CMP=OTC-BD0016219291&amp;amp;ATT=A+Beginner+s+Introduction+to+Perl+5+10'&gt;&lt;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;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;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&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Using Amazon S3 from Perl</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/04/11#auto___using_amazon_s3_from_perl</link>
    <description>&lt;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'&gt;&lt;img src='http://www.oreillynet.com/standard-tiles/perl/111-alpaca.jpg' width='111px' height='91px' alt='tile image' align='left' border='0' style='padding-right:5px;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;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&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Reverse Callback Templating</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/03/15#auto___reverse_callback_templating</link>
    <description>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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.perl.com/pub/a/2008/03/14/reverse-callback-templating.html?CMP=OTC-BD0016219291&amp;ATT=Reverse+Callback+Templating&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Elements of Access Control</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/02/14#auto___elements_of_access_control</link>
    <description>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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.perl.com/pub/a/2008/02/13/elements-of-access-control.html?CMP=OTC-BD0016219291&amp;ATT=Elements+of+Access+Control&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>How to Tell Your Perl Story (at OSCON)</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2008/01/19#auto___how_to_tell_your_perl_story__at_oscon_</link>
    <description>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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.perl.com/pub/a/2008/01/18/how-to-tell-your-perl-story.html?CMP=OTC-BD0016219291&amp;ATT=How+to+Tell+Your+Perl+Story+at+OSCON&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Memories of 20 Years of Perl</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2007/12/22#auto___memories_of_20_years_of_perl</link>
    <description>&lt;a href='http://www.perl.com/pub/a/2007/12/21/20-years-of-perl.html?CMP=OTC-BD0016219291&amp;amp;ATT=Memories+of+20+Years+of+Perl'&gt;&lt;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;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;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&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Programming is Hard, Let's Go Scripting...</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2007/12/07#auto___programming_is_hard__let_s_go_scripting___</link>
    <description>&lt;a href='http://www.perl.com/pub/a/2007/12/06/soto-11.html?CMP=OTC-BD0016219291&amp;amp;ATT=Programming+is+Hard+Let+s+Go+Scripting'&gt;&lt;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;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.perl.com/pub/a/2007/12/06/soto-11.html?CMP=OTC-BD0016219291&amp;ATT=Programming+is+Hard+Let+s+Go+Scripting&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>PDF Processing with Perl</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2007/09/22#auto___pdf_processing_with_perl</link>
    <description>&lt;a href='http://www.perl.com/pub/a/2007/09/20/pdf-processing-with-perl.html?CMP=OTC-BD0016219291&amp;amp;ATT=PDF+Processing+with+Perl'&gt;&lt;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;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read more &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.perl.com/pub/a/2007/09/20/pdf-processing-with-perl.html?CMP=OTC-BD0016219291&amp;ATT=PDF+Processing+with+Perl&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  <item>
    <title>Option and Configuration Processing Made Easy</title>
    <link>http://www.sponsorworks.net/public_blog/index.cgi/2007/07/14#auto___option_and_configuration_processing_made_easy</link>
    <description>&lt;a href='http://www.perl.com/pub/a/2007/07/12/options-and-configuration.html?CMP=OTC-BD0016219291&amp;amp;ATT=Option+and+Configuration+Processing+Made+Easy'&gt;&lt;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;' /&gt;&lt;/a&gt;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.&lt;br /&gt;&lt;br /&gt;Read the entire article &lt;a class=&quot;sw_sl&quot; href=&quot;http://www.perl.com/pub/a/2007/07/12/options-and-configuration.html?CMP=OTC-BD0016219291&amp;ATT=Option+and+Configuration+Processing+Made+Easy&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--ttag:perl, programming, scripting--&gt;</description>
  </item>
  </channel>
</rss>
