<html>
<head>
  <title>Perl Weekly Issue #133 - February 10, 2014 - More Perl events</title>

</head>
<body>

<style>
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 #133 - February 10, 2014 - More Perl events
</p>




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




<p style="font-size: 16px">
Just a reminder, from now on the Perl Weekly newsletter only includes newly added events and the other events are listed on the web site. This is to avoid boring you with the same links again and again. Yet there are 4 new events added at the bottom of this edition. (Partly because they were left out by mistake earlier, partly because they are newly scheduled). In any case, you'll find evens all over the world, but especially around Europe.
</p>



  <div>
    <hr style="color: red" id="sponsors" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Sponsors</div>
    
      
         <div
          
          style="
              background-color:#EEEEEE;
              border-radius: 10px;
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
             "
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/14ZjcSG" style="
            font-size: 18px;
            font-weight: bold;
            ">We're Hiring Perl Software Developers - Grant Street Group</a>
         <br />
         <p style="font-size: 16px">
           We're a growing software company using open source software/modern Perl practices to build innovative e-payment, auction, and tax collection web applications.<br>We're looking for talented, motivated professionals committed to flawless work and customer service.<br>Please apply <a href="http://bit.ly/19sbfam">online</a>.
         </p>
         
         </div>
      
      
  </div>

  <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/1cn8wN2" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl and Me, Part 9: That's Why I Failed Recess</a>
         <br />
         <p style="font-size: 16px">
           It is Buddy Burden again, explaining how <b>Perl is the language that Gets Shit Done</b>, but probably a lot more importantly, he explained his process of finding candidates for employment. I know not many companies work that way, but I think it is great. I love it!
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8wN5" style="
            font-size: 18px;
            font-weight: bold;
            ">Why you should use getcwd and not cwd</a>
         <br />
         <p style="font-size: 16px">
           I keep using the cwd() function from the Cwd module when I need the current working directory, but I think David Golden has a point. I should just change the habit and start using getcwd().
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8uF2" style="
            font-size: 18px;
            font-weight: bold;
            ">Parsing HTML with Perl</a>
         <br />
         <p style="font-size: 16px">
           An article by A. Sinan Unur using regexes and HTML::TokeParser::Simple.
         </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/1cn8wN8" style="
            font-size: 18px;
            font-weight: bold;
            ">Making our training material public</a>
         <br />
         <p style="font-size: 16px">
           Curtis 'Ovid' Poe, who runs the company called 'All Around the World' with his wife, has released some of their test-training materials under the Creative Commons by-nc license.
         </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/1cn8wNh" style="
            font-size: 18px;
            font-weight: bold;
            ">Introducing warnings::MaybeFatal</a>
         <br />
         <p style="font-size: 16px">
           Last week we saw some discussion about the problems FATAL warnings can cause. In response to that, Toby Inkster created a module that will leave run-time warnings alone and only turn compile-time warning into exceptions.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8x3y" style="
            font-size: 18px;
            font-weight: bold;
            ">3 ways to include data with your Perl distribution</a>
         <br />
         <p style="font-size: 16px">
           Use __DATA__, Use FindBin to locate the data file, Makefile.PL / Build.PL and use File::Share. See the explanation of David Farrell.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="databases" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Databases</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8x3z" style="
            font-size: 18px;
            font-weight: bold;
            ">Debian, MariaDB, Perl and DBD::mysql</a>
         <br />
         <p style="font-size: 16px">
           Ron Savage describes how he installed DBD::mysql and used it to access MariaDB.
         </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/1cn8x3G" style="
            font-size: 18px;
            font-weight: bold;
            ">Dancer In Chains</a>
         <br />
         <p style="font-size: 16px">
           Yanick Champoux writes: <b>Something that Catalyst has and Dancer doesn't is chained routes.</b> But he cannot leave it that way, can he?
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8x3N" style="
            font-size: 18px;
            font-weight: bold;
            ">CPAN Stability++</a>
         <br />
         <p style="font-size: 16px">
           Before every release, John Napiorkowski checks if Catalyst with all of its 117 dependencies can be installed on a clean Perl. Spoiler: it can be.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8uVv" style="
            font-size: 18px;
            font-weight: bold;
            ">PearlBee - Open source blogging platform in Perl</a>
         <br />
         <p style="font-size: 16px">
           (<a href="http://www.reddit.com/r/perl/comments/1wzk0h/pearlbee_new_blogging_engine_written_in_perl/">reddit</a>)
         </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/1cn8uVy" style="
            font-size: 18px;
            font-weight: bold;
            ">What's new on CPAN - January 2014</a>
         <br />
         <p style="font-size: 16px">
           An excellent compilation by David Farrell of some of the newly released modules on CPAN.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8uVB" style="
            font-size: 18px;
            font-weight: bold;
            ">Lessons learned publishing my first CPAN module</a>
         <br />
         <p style="font-size: 16px">
           Ali Anari from Crowdt:lt while creating and upload WebService::NationBuilder to CPAN.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8uVC" style="
            font-size: 18px;
            font-weight: bold;
            ">Set::Jaccard::SimilarityCoefficient v0.5.1</a>
         <br />
         <p style="font-size: 16px">
           As Mark Leighton Fisher explains: <b>the Jaccard Similarity Coefficient is a simple measure of how similar 2 sets are</b>.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8xkg" style="
            font-size: 18px;
            font-weight: bold;
            ">Iterating over all CPAN releases</a>
         <br />
         <p style="font-size: 16px">
           This is mostly for researchers, who, for some strange reason, would like to research the content of ancient distributions uploaded to CPAN.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8xAH" style="
            font-size: 18px;
            font-weight: bold;
            ">mtools v2.0.0 - Now with pmtools::new_pod_iterator()!</a>
         <br />
         <p style="font-size: 16px">
           <a href="http://bit.ly/1cn8xAB">pmtools aka. Perl Module Tools</a> is a collection of command line tools that can show you the location of a module, the version number, etc.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8vcb" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl Module Release: RPC-XML 0.78</a>
         <br />
         <p style="font-size: 16px">
           After a long break, finally Randy J. Ray has released a new version of his module and even blogged about it!. The next day the CPAN Testers <a href="http://bit.ly/1cn8xAN">sent him fail reports</a>, which lead to some interesting bug hunting. (I hope he'll post about that too).
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8vsu" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl Memory::Stats – Get RSS memory reporting on multiple platforms</a>
         <br />
         <p style="font-size: 16px">
           
         </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/1cn8y7G" style="
            font-size: 18px;
            font-weight: bold;
            ">Adopting URI::Title</a>
         <br />
         <p style="font-size: 16px">
           It is a really great description of how BooK found an unmaintained module, got ownership in a nice way and released a new version of the module.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8y7J" style="
            font-size: 18px;
            font-weight: bold;
            ">Renaming Nikon photograph files with Perl</a>
         <br />
         <p style="font-size: 16px">
           One of the tools that I saw have brought people to use Perl was Image::ExifTool. Martin Evans show a simple use-case.
         </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/1cn8y7N" style="
            font-size: 18px;
            font-weight: bold;
            ">Google Summer of Code 2014</a>
         <br />
         <p style="font-size: 16px">
           The Perl Foundation wants to participate in the GSOC again. It is looking for mentors!
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8vJ6" style="
            font-size: 18px;
            font-weight: bold;
            ">Grants Committee Changes</a>
         <br />
         <p style="font-size: 16px">
           Daisuke Maki has replaced Renée Bäcker.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="moose" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Moose</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8y7U" style="
            font-size: 18px;
            font-weight: bold;
            ">Looking for Moose in all the Wrong Places</a>
         <br />
         <p style="font-size: 16px">
           How to use (or avoid) the before and after method modifiers of Moose.
         </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/1cn8yod" style="
            font-size: 18px;
            font-weight: bold;
            ">Vim for Perl Development</a>
         <br />
         <p style="font-size: 16px">
           I have been using Vim for many years, but watching this video taught me so many new things. Presented by Doug Miles at the Phoenix Perl Mongers meeting.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8vZz" style="
            font-size: 18px;
            font-weight: bold;
            ">Code Attributes</a>
         <br />
         <p style="font-size: 16px">
           Finally I understood what the attributes on functions can do. They are like decorators in Python, but way more powerful. Presented by Steve Baker at the Phoenix Perl Mongers meeting.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="hardware" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Hardware</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8yEI" style="
            font-size: 18px;
            font-weight: bold;
            ">Join Perl Hardware and help organize the Hardware Hackathon at YAPC::NA::2014</a>
         <br />
         <p style="font-size: 16px">
           See also the <a href="http://bit.ly/1cn8vZD">mailing list</a> or contact Robert Blackwell directly. (<a href="http://bit.ly/1cn8vZH">reddit</a>)
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="other" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Other</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8yEL" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl vs Python 2013, some actual stats..</a>
         <br />
         <p style="font-size: 16px">
           Matthew Wilson (diakopter) invested quite some time to compare stats on Perl vs other programming languages. Especially Python. Does not look good. So what does this mean to you? <a href="http://bit.ly/1cn8vZN">reddit</a>.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8yEN" style="
            font-size: 18px;
            font-weight: bold;
            ">The Popularity of Perl in 2013</a>
         <br />
         <p style="font-size: 16px">
           My collection of some numbers. Most interesting are the Google Analytics graphs from blogs.perl.org, MetaCPAN, and search.cpan.org.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="training" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Training</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8BAk" style="
            font-size: 18px;
            font-weight: bold;
            ">Polyglot pattern matching in London</a>
         <br />
         <p style="font-size: 16px">
           Damian Conway will run a class called <b>Understanding Regular Expressions</b> in London on 12th March. See the description and the link to registration.
         </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/1cn8BAu" style="
            font-size: 18px;
            font-weight: bold;
            ">MetaCPAN weekly report - Moose</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8zbU" 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="perl_maven_tutorials" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Perl Maven Tutorials</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8BR0" style="
            font-size: 18px;
            font-weight: bold;
            ">Stringification in classic Perl OOP</a>
         <br />
         <p style="font-size: 16px">
           As part of the series describing the class Object Oriented System of Perl, this article shows operator overloading.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8BR3" style="
            font-size: 18px;
            font-weight: bold;
            ">Class method and alternative constructor in classic Perl OOP</a>
         <br />
         <p style="font-size: 16px">
           The 3rd part of the classic OOP series.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cn8zsq" style="
            font-size: 18px;
            font-weight: bold;
            ">The ternary operator in Perl</a>
         <br />
         <p style="font-size: 16px">
           Do you know what is the real name of the ternary operator?
         </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/1cn8BR8" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl@FOSDEM: a big thank you!</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1j6DaSJ" style="
            font-size: 18px;
            font-weight: bold;
            ">QA Hackathon 2014</a>
         <br />
         <p style="font-size: 16px">
           March 13-16, 2014, Lyon, France
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1bnl9L8" style="
            font-size: 18px;
            font-weight: bold;
            ">DBIx::Class Themed Hackathon</a>
         <br />
         <p style="font-size: 16px">
           April 2014, Swindon, UK
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1cNoHqW" style="
            font-size: 18px;
            font-weight: bold;
            ">YAPC::EU 2014</a>
         <br />
         <p style="font-size: 16px">
           22-24 August, 2014, Sofia, Bulgaria
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/1exVzUV" style="
            font-size: 18px;
            font-weight: bold;
            ">Swiss Perl Workshop 2014</a>
         <br />
         <p style="font-size: 16px">
           5-6 September, 2014, Flörli Olten, Switzerland
         </p>
         
         </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: Lyon (FR), Hannover (DE), Swindon (UK), Utrecht (NL), Poznan (PL), Prague (CZ), Kiev (UA), Orlando (FL/US), Sofia (BG), Flörli Olten (CH)
         </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>