<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">


  <title>Perl Weekly Issue #157 - 2014-07-28 - Barcelona or London?</title>

</head>
<body>

<style>
* { text-align: left; }
table { font-family: helvetica, arial, sans-serif; }
p { margin: 1.2em 0em 1.35em 0em; line-height: 1.4em; }
a { color: #04c; }

#menu {
  border-bottom: 1px solid #ccc;
}
#menu ul {
  text-align: center;
  margin: 0;
}
#menu li {
  font-size: 12px;
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

#social_icons {
  margin-top: 10px;
}

</style>

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

<p id="logo">
<a href="http://perlweekly.com/" style="
  background-color: #004065;
  color: #FFF;
  text-decoration: none;
  font-size: 40px;
  font-weight: bold;
  font-family: Gadget;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #000;
  padding: 10px;
">Perl Weekly</a>

</p>
<p id="issue"
  style="border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 18px;">
Issue #157 - 2014-07-28 - Barcelona or London?
</p>




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




<p style="font-size: 16px">
Hi,
</p>

<p style="font-size: 16px">
I am back from my vacation in Barcelona and the news in the Perl world is that there is going to be a Perl workshop in Barcelona, and on the very same day London will also hold its annual Perl Workshop. Look for the details at the end of the newsletter!
</p>

<p style="font-size: 16px">
In other news Neil Bowers is busy preparing all of us for 'CPAN-day' coming up in 2 weeks. - See the articles below.
</p>

<p style="font-size: 16px">
Enjoy! ~szabgab
</p>



  <div>
    <hr style="color: red" id="articles" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Articles</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsQ4h" style="
            font-size: 18px;
            font-weight: bold;
            ">Writing private functions in Perl</a>
         <br />
         <p style="font-size: 16px">
           Neil Bowers explains several ways to make functions 'private'. Some are by convention (prefixing the name with an underscore), others are experimental (lexical sub), yet others require additional modules from CPAN (Sub::Private). You have a choice how private do you want the functions to be.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsSJy" style="
            font-size: 18px;
            font-weight: bold;
            ">Calculating Probability</a>
         <br />
         <p style="font-size: 16px">
           Article published on Linux Magazine by Mike Schilli. (most of the article is for paying readers only)
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="testing" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Testing</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsSJF" style="
            font-size: 18px;
            font-weight: bold;
            ">Testing with Perl</a>
         <br />
         <p style="font-size: 16px">
           A collection of Perl Maven articles and screencasts about testing using Perl.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="code" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Code</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsQ4p" style="
            font-size: 18px;
            font-weight: bold;
            ">The Unicode section of our style guide</a>
         <br />
         <p style="font-size: 16px">
           Learn how does Lokku/Nestoria handle Unicode in Perl. Without much theory, just the useful bits.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsSZW" style="
            font-size: 18px;
            font-weight: bold;
            ">Formats</a>
         <br />
         <p style="font-size: 16px">
           I remember when I first started to teach Perl using a slide-deck provided by the training company. It taught all kinds of thing people hardly used. Including format. It is probably not very useful today, but if you are interested, brian d foy has just published the part of the 'Learning Perl' book that covered this feature of perl.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsT01" style="
            font-size: 18px;
            font-weight: bold;
            ">Perlweekly Confidential: Corralling News</a>
         <br />
         <p style="font-size: 16px">
           Yanick shares his new toy, how he gathers news items from RSS feeds to build the Perl Weekly on the weeks when he is the editor.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsT04" style="
            font-size: 18px;
            font-weight: bold;
            ">(?P<NAME>...) vs (?<NAME>...)</a>
         <br />
         <p style="font-size: 16px">
           Steven Haryanto explains how to make your named captures (in regexes) more similar in Perl and Python by using the 'P' prefix.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="web" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Web</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsT09" style="
            font-size: 18px;
            font-weight: bold;
            ">Broken LWP in the wild</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="cpan" />
    <div style="
      font-size: 18px;
      font-weight: bold;">CPAN</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsQkT" style="
            font-size: 18px;
            font-weight: bold;
            ">Dezi::App</a>
         <br />
         <p style="font-size: 16px">
           Dezi is a search engine platform based on Swish3, Apache Lucy, OpenSearch and Plack. Peter Karman has just finished porting it to Moose.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTgq" style="
            font-size: 18px;
            font-weight: bold;
            ">Easily add tab completion feature to your CLI program using Getopt::Long::Complete</a>
         <br />
         <p style="font-size: 16px">
           Steven Haryanto has a new module on CPAN.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTgt" style="
            font-size: 18px;
            font-weight: bold;
            ">The ghost of CPAN Days past</a>
         <br />
         <p style="font-size: 16px">
           CPAN day is on 14th August. Last week Neil Bowers <a href="http://bit.ly/UjVLAE">urged us</a> to do something special. This time he tell us what happened on that very special day in every one of the last 19 years.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTgx" style="
            font-size: 18px;
            font-weight: bold;
            ">Give your modules a good abstract</a>
         <br />
         <p style="font-size: 16px">
           Neil Bowers helps us make our modules more findable by people. In a separate article he also suggests how to write <a href="http://bit.ly/1rPsTgw">good synopsis</a> for our modules to make it easier to get started.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="fun" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Fun</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTgC" style="
            font-size: 18px;
            font-weight: bold;
            ">Let's top git.io</a>
         <br />
         <p style="font-size: 16px">
           Mark Keating, the marketing manager of the Perl Foundation, is calling you to follow Kent Fredric on GitHub in order to give Perl developers a better representation in the git.io/top list.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="grants" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Grants</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTgG" style="
            font-size: 18px;
            font-weight: bold;
            ">Past few weeks with MetaCPAN.</a>
         <br />
         <p style="font-size: 16px">
           Talina Shrotriya provides update on her GSOC grant - 'Starring of Modules' and 'Web of Trust'.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="slides" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Slides</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTx1" style="
            font-size: 18px;
            font-weight: bold;
            ">Github, Travis-CI and Perl</a>
         <br />
         <p style="font-size: 16px">
           Dave Cross talked at the technical meeting of the London Perl Mongers.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="videos" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Videos</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTx2" style="
            font-size: 18px;
            font-weight: bold;
            ">Performance Profiling with Devel::NYTProf</a>
         <br />
         <p style="font-size: 16px">
           Tim Bunce explains the various views you can generated using the profiler he maintenance, and then provides lots of suggestions how to improve the speed of your code. (50 min presentation from YAPC::NA)
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="perl_6" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Perl 6</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsQBv" style="
            font-size: 18px;
            font-weight: bold;
            ">Bugs, Updates, and ABIs</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="weekly_collections" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Weekly collections</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsQRN" style="
            font-size: 18px;
            font-weight: bold;
            ">metacpan weekly report - WebAPI::DBIC</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsQRW" style="
            font-size: 18px;
            font-weight: bold;
            ">stackoverflow perl report</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="events" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Events</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1bkDys0" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl-related events</a>
         <br />
         <p style="font-size: 16px">
           In the following cities: Sofia (Bulgaria), Tokyo (Japan), Flörli Olten (Switzerland), Hancock (NY/USA), Itapema (SC/Brasil), Salzburg (Austria), Barcelona (Spain), London (UK)
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1kgchIB" style="
            font-size: 18px;
            font-weight: bold;
            ">Barcelona Perl Workshop</a>
         <br />
         <p style="font-size: 16px">
           8 November, 2014, Barcelona, Spain
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1o0ctvT" style="
            font-size: 18px;
            font-weight: bold;
            ">London Perl Workshop - LPW2014</a>
         <br />
         <p style="font-size: 16px">
           8 November, 2013, London, UK
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1rPsTNz" style="
            font-size: 18px;
            font-weight: bold;
            ">YAPC::EU 2014 schedule</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
      
  </div>





<div id="footer" 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/">the archives</a> of all the issues.
<br />
Reading this as a non-subscriber? <a href="http://perlweekly.com/">click here to join us</a> free of charge.
<br />
(C) Copyright <a href="http://szabgab.com/">Gabor Szabo</a>. The articles are copyright the respective authors.</p>
You can <a href="http://perlweekly.com/unsubscribe.html">unsubscribe here</a> if you don't want to receive mails any more.
</p>
<p>
You can freely redistribute this message if
you keep the whole message intact, including
the Copyright notice and this text.
</p>
<div>


</td></tr></table>






</body>
</html>