This is a cool round-up of useful new Perl stuff - well worth subscribing and saves time on keeping up with reddit, stackoverflow etc.<div><br></div><div>Regards, Peter<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Gabor Szabo</b> <span dir="ltr"><<a href="mailto:gabor@szabgab.com">gabor@szabgab.com</a>></span><br>Date: 19 September 2011 08:23<br>Subject: [Perlweekly] The current Perl Weekly News - Issue #8<br>
To: <a href="mailto:perlweekly@perlweekly.com">perlweekly@perlweekly.com</a><br><br><br>

  


<div>



<table border="0" cellpadding="0" cellspacing="0" width="700" align="center"><tbody><tr bgcolor="#ffffff">
</tr><tr>
<td>

<p>
<a href="http://perlweekly.com/" style="background-color:#004065;color:#FFF;text-decoration:none;font-size:40px;font-weight:bold;font-family:Gadget;border:1px solid #000;padding:10px" target="_blank">Perl Weekly</a>

</p>
<p style="border-bottom:1px solid #ccc;padding-bottom:8px;font-size:18px">
Issue #8 - September 19, 2011
</p>


<div style="text-align:center">
You can <a href="http://perlweekly.com/archive/8.html" target="_blank">read the newsletter on the web</a>, if you prefer.
</div>




<p>
Hi there,
</p>

<p>
This issue was mostly prepared on the train from Helsinki to Tampere. It's great to have wifi on trains, even it that means I missed some of the views of Finland. Never mind. I still caught a glimpse of the beautiful sky and we still have the trip back.
</p>

<p>
New event: The Twin City Perl Workshop 2011 in Vienna and Bratislava, between 4-5 November has been announced. See details below.
</p>

<p>
Experiment: The links to the articles are now using <a href="http://bit.ly" target="_blank">bit.ly</a> in the e-mail. This will allow me to gain some insight which articles are more popular. Please let me know if something is not working.
</p>

<p>
Poll: I am preparing a poll asking people (both Perl Weekly subscribers and others) what kind of articles would they be interested to read. I'd appreciate your help telling me what should be the options? Please reply in email!
</p>

<p>
Now to the posts...
</p>



   <p style="font-size:18px;font-weight:bold">Headlines</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1000" style="font-size:18px;font-weight:bold" target="_blank">The New OO Docs of Dave Rolsky for the Perl Core Have Been Merged</a>
     <br>
     After many months of working the new OOP docs written by Dave Rolsky finally reached the point when they could be merged into the core perl documentation. This means they will be part of the next official release of perl. If you are impatient to wait you can check out his blog entry and from there the link to the documentation.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://betterthangrep.com/" style="font-size:18px;font-weight:bold" target="_blank">ack: 1.96 released with Groovy support</a>
     <br>
     ack is like grep, just better.
     </p>
   

   <p style="font-size:18px;font-weight:bold">Articles</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1001" style="font-size:18px;font-weight:bold" target="_blank">How to Use Regular Expressions to Parse Nested Structures </a>
     <br>
     Peter Thoeny uses the SpreadSheetPlugin of TWiki as an example to show how to build a mixture of subroutines and regular expressions to parse data that can have nested elements. (eg. XML or HTML)
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1002" style="font-size:18px;font-weight:bold" target="_blank">Corelist web interface</a>
     <br>
     Tina Müller (tinita) mentioned the web interface for the Corelist module she rebuilt. I have not seen this website earlier but I think it is really nice that you can check when was a module first included in the standard Perl distribution and which version of a module was included in each version of Perl.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1003" style="font-size:18px;font-weight:bold" target="_blank">Perl for Google Fusion Tables</a>
     <br>
     'Fusion Tables is a new Google product for data storage: a kind of database' writes Robin Clarke (RCL)  while introducing his new module Google::Fusion encapsulating the access to the service.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1004" style="font-size:18px;font-weight:bold" target="_blank">02packages.dependencies.txt.gz && apt-cpan</a>
     <br>
     For a long time I wanted a solution to be able to use CPAN.pm to install a module but let it default to apt-get (or yum) if a dependency is already available from the vendor. Jozef shows his solution using the MetaCPAN::API
     </p>
   

   <p style="font-size:18px;font-weight:bold">Discussion</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1005" style="font-size:18px;font-weight:bold" target="_blank">Which is the better language to learn Perl or PHP?</a>
     <br>
     I wrote this article in response to a question I got. I tried to make the comparison related to the job opportunities. The article was quite popular but the strange thing was that some of the comments on Google Plus and Twitter related to the relative qualities of the two languages and not the career opportunities.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1006" style="font-size:18px;font-weight:bold" target="_blank">RESTful Perl Resources</a>
     <br>
     chromatic asked for directions on how to explain and teach REST for Perl programmers. Several comments from well known Perl programmers pointed to the 'REST in Practice' book, a few articles and a CPAN module to help with the task.
     </p>
   

   <p style="font-size:18px;font-weight:bold">Video</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1007" style="font-size:18px;font-weight:bold" target="_blank">Mojocast Authentication, Helpers, and Plugins</a>
     <br>
     Glen Hinkle (tempire) released the third episode of his Mojolicious screencast.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1008" style="font-size:18px;font-weight:bold" target="_blank">Hello World</a>
     <br>
     Leo Lapworth (Ranguard) has just released a new, 2 minute screencast showing how to write hello world on the command line.
     </p>
   

   <p style="font-size:18px;font-weight:bold">Games</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1009" style="font-size:18px;font-weight:bold" target="_blank">prisk (Games::Risk) gains its own map format, allowing translations! </a>
     <br>
     I have already managed to waste a lot of time playing Risk using prisk written by Jerome Quelin (jq). Now its your turn. New map format and a partial move to Moose will allow more people to get involved in the development and the localization of the game.
     </p>
   

   <p style="font-size:18px;font-weight:bold">Code</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1010" style="font-size:18px;font-weight:bold" target="_blank">How to find files with Path::Class::Rule</a>
     <br>
     David Golden (dagolden) introduces his new module for traversing a directory structure an processing files and directories based on some rule. Think about a Perlish way of using the Unix find command.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1011" style="font-size:18px;font-weight:bold" target="_blank">Faster HTTP usage</a>
     <br>
     Martin Evans compares the speed of LWP to WWW::Curl::Easy and shows how the latter is faster. The code is more complex though and I am not sure if being faster on the CPU really matters. After all these both solve network intensive tasks. Waiting for the HTTP request still takes a lot more time than the CPU usage.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1012" style="font-size:18px;font-weight:bold" target="_blank">Tool for Perl Scripting - Devel::Comments</a>
     <br>
     Tyler Slijboom shows how to use your comments to have seamless logging in your code for easier debugging. Though it is not mentioned in the blog but Devel::Comments is a fork of Smart::Comments. For some reason I never used either of those but I should give them a try as the idea seems to be good.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1018" style="font-size:18px;font-weight:bold" target="_blank">Perl Examples: Array of Arrays, Hash of Arrays, Hash of Hashes, Stack</a>
     <br>
     Sathiya Moorthy gives 5 simple examples dealing with complex data structures in Perl.
     </p>
   

   <p style="font-size:18px;font-weight:bold">Perl 6</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1013" style="font-size:18px;font-weight:bold" target="_blank">This is not enough!</a>
     <br>
     One of the biggest issues I had with Rakudo Perl 6 was its speed. I can program around some bugs. I can implement some missing CPAN modules but if it takes minutes to run my code instead of seconds I'll easily lose my patience. Jonathan Worthington describes how, getting a new and faster machine got him to improve the speed of Rakudo even further. - I think it is time for me to take another look at Rakudo.
     </p>
   

   <p style="font-size:18px;font-weight:bold">Padre</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1017" style="font-size:18px;font-weight:bold" target="_blank">Padre realtime diff :) </a>
     <br>
     Ahmad M. Zawawi (azawawi) shows further progress in the development of Padre. Improved integration with VCS tools allows the Padre user to see the
     </p>
   

   <p style="font-size:18px;font-weight:bold">Not Perl</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1014" style="font-size:18px;font-weight:bold" target="_blank">Bootstrap && Perl </a>
     <br>
     As miguel prz (niceperl) also pointed out this is not exactly a Perl post but I hope people from the Perl community will pick up the idea and integrate Bootstrap with their web framework.
     </p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1015" style="font-size:18px;font-weight:bold" target="_blank">Success or failure – with open source</a>
     <br>
     This is not a Perl specific post but I think people who are involved in open source Perl projects or who are using one - in short anyone using Perl - could benefit from reading and thinking about the question: 'What makes an open source project successful?' Is that what Ulrich Habel (rhaen) wrote or is that something else?
     </p>
   

   <p style="font-size:18px;font-weight:bold">Events</p>
   
     <p style="margin-left:1.5em">
     <a href="http://bit.ly/pw_1016" style="font-size:18px;font-weight:bold" target="_blank">Twin City Perl Workshop</a>
     <br>
     November 4-5, 2011, Vienna, Austria and Bratislava, Slovakia
     </p>
   




<div style="border-top:1px solid #ccc;border-bottom:1px solid #ccc">
<p>
You joined the Perl Weekly to get weekly e-mails about the Perl programming language and related topics.
<br>
Want to see more? See <a href="http://perlweekly.com/archive/" target="_blank">the archives</a> of all the issues.
<br>
Reading this as a non-subscriber? <a href="http://perlweekly.com/" target="_blank">click here to join us</a> free of charge.
<br>
(c) <a href="http://szabgab.com/" target="_blank">Gabor Szabo</a></p>
You can <a href="http://perlweekly.com/unsubscribe.html" target="_blank">unsubscribe here</a> if you don't want to receive mails any more.

<div>


</div></div></td></tr></tbody></table>






</div>

<br>_______________________________________________<br>
Perlweekly mailing list<br>
<a href="mailto:Perlweekly@perlweekly.com">Perlweekly@perlweekly.com</a><br>
<a href="http://mail.perlweekly.com/mailman/listinfo/perlweekly" target="_blank">http://mail.perlweekly.com/mailman/listinfo/perlweekly</a><br>
<br></div><br></div>