<!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 #153 - 2014-06-30 - How to get a medal from the Army for writing Perl?</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 #153 - 2014-06-30 - How to get a medal from the Army for writing Perl?
</p>




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




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

<p style="font-size: 16px">
while probably due to YAPC there are not so many articles from the usual suspects, there are two from outside the echo-chamber (Rex automation and medal from the Army).
</p>

<p style="font-size: 16px">
The recorded videos from YAPC::NA are also available and there is a fund-raiser going on to release the next version of WebGUI, a CMS in Perl.
</p>

<p style="font-size: 16px">
Oh, and there is going to be a Dancer conference too.
</p>

<p style="font-size: 16px">
Enjoy!
</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/1kWEG7t" style="
            font-size: 18px;
            font-weight: bold;
            ">We are Hiring a Senior Perl Software Developer - Grant Street Group</a>
         <br />
         <p style="font-size: 16px">
           We are a growing software company using open source software/modern Perl practices to build innovative e-payment, auction, and tax collection web applications. We are looking for talented, motivated professionals committed to flawless work and customer service.
         </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/Vz84dz" style="
            font-size: 18px;
            font-weight: bold;
            ">Why Learn Perl? Interview 2 - Andy Beverley, Serial Entrepreneur</a>
         <br />
         <p style="font-size: 16px">
           Andrew Solomon keeps interviewing his students at Geekuni.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84dA" style="
            font-size: 18px;
            font-weight: bold;
            ">First steps in IT automation by Rex Automation Tool</a>
         <br />
         <p style="font-size: 16px">
           Unfortunately only the beginning of the article is available free of charge, but I am glad to see Rex, a Perl-based alternative of Puppet and Chef, making into the Admin Magazine.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84dF" style="
            font-size: 18px;
            font-weight: bold;
            ">How I got a medal from the Army for writing code</a>
         <br />
         <p style="font-size: 16px">
           Deployed in Iraq. What can you do with Perl? The same story also told by <a href="http://bit.ly/Vz84dC">The Register</a>.
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="discussion" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Discussion</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84tU" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl smartmatch : what now ?</a>
         <br />
         <p style="font-size: 16px">
           Laurent Dami raised the frustrating question. You know, the smartmatch operator and the given/when pair that were introduced in perl 5.10 have been marked as experimental in 5.18 and it is not clear how they might change in the future. A few suggestions how to deal with the problem.
         </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/Vz84tW" style="
            font-size: 18px;
            font-weight: bold;
            ">How to Run a Single Test via Dist::Zilla</a>
         <br />
         <p style="font-size: 16px">
           Olaf Alders shares a one-liner he saw on #dzil.
         </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/Vz84tX" style="
            font-size: 18px;
            font-weight: bold;
            ">perlsloc - Count Perl Source Lines with Perl::Tidy</a>
         <br />
         <p style="font-size: 16px">
           A small shell script using ack, perltidy, xargs, and wc to count the source lines of code in any number of directories.
         </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/Vz8654" style="
            font-size: 18px;
            font-weight: bold;
            ">Catalyst 'Ancona' : Application Tracing feature</a>
         <br />
         <p style="font-size: 16px">
           A Quest and a branch
         </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/Vz84tY" style="
            font-size: 18px;
            font-weight: bold;
            ">100 days of CPAN releases</a>
         <br />
         <p style="font-size: 16px">
           Neil Bowers had this crazy idea of releasing a CPAN module every day. I am really happy that this mostly involved releasing fixes for existing modules. Apparently he now needs help getting his hand on more modules. So if you are a CPAN author who wants to get rid of a module, this might be a good time to contact Neil!
         </p>
         
         </div>
      
      
  </div>

  <div>
    <hr style="color: red" id="fundraising" />
    <div style="
      font-size: 18px;
      font-weight: bold;">Fundraising</div>
    
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://kck.st/Vz8659" style="
            font-size: 18px;
            font-weight: bold;
            ">Liberate a powerful, popular CMS written in Perl to compete with WordPress and create demand for Perl skills.</a>
         <br />
         <p style="font-size: 16px">
           Scott Walters is looking to fund further development of WebGUI, the Perl-based Content Management System.
         </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/Vz865a" style="
            font-size: 18px;
            font-weight: bold;
            ">Grants Committee 2014 first half</a>
         <br />
         <p style="font-size: 16px">
           A few notes of Makoto Nozaki, the head of the Grants Committee
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84u1" style="
            font-size: 18px;
            font-weight: bold;
            ">Grants Cancellation</a>
         <br />
         <p style="font-size: 16px">
           Both the YACT and, to my great surprise the Pinto grants were canceled. Unfortunately without any explanation.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84u2" style="
            font-size: 18px;
            font-weight: bold;
            ">Unofficial information about The Perl Foundation Grants</a>
         <br />
         <p style="font-size: 16px">
           Collected data about the Grants TPF gave between 2010 and 2014. Including all forms of grants, 'General TPF Grant', 'Perl 5 Core Maintenance Fund', and 'Hague Grants'.
         </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/Vz84u7" style="
            font-size: 18px;
            font-weight: bold;
            ">YAPC::NA 2014 Talk Slides</a>
         <br />
         <p style="font-size: 16px">
           Dave Rolsky has posted his slides, including the ones he used for his Intro to Moose class, a lightning talk titled 'Stepford, a Thing Sort of Like Make', and the <a href="http://bit.ly/Vz84u5">his Date with Perl</a>.
         </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/Vz84u8" style="
            font-size: 18px;
            font-weight: bold;
            ">YAPC::NA videos</a>
         <br />
         <p style="font-size: 16px">
           Last week I had to send a second edition just to let you know about the live feed of the YAPC::NA. It was great to watch some of the talks live but, you probably did not have time to watch all of them. Luckily the videos are already on YouTube and by now they have been added to PerlTV site as well. You can watch them here.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84ub" style="
            font-size: 18px;
            font-weight: bold;
            ">Computer science for the self taught hacker</a>
         <br />
         <p style="font-size: 16px">
           21 min video overing subject such as 'complexity', big-O notation, sorting algorithms, and more.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84Kr" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl Platform as a Service Shootout</a>
         <br />
         <p style="font-size: 16px">
           22 min video: How easy is it to publish a Perl-based application on Heroku and on dotCloud?
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84Ku" style="
            font-size: 18px;
            font-weight: bold;
            ">TPF Year in Review - 2014</a>
         <br />
         <p style="font-size: 16px">
           11 min with Dan Wright, the treasurer of The Perl Foundation.
         </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/Vz84KB" style="
            font-size: 18px;
            font-weight: bold;
            ">What I've been working on, and what's coming up</a>
         <br />
         <p style="font-size: 16px">
           Jonathan Worthington, one of the key core developers of Perl 6 who also gives <a href="http://bit.ly/Vz86lB">great presentations</a>, gives us some insite into his plans: Asynchronous Bits, MoarVM's dynamic optimizer, JIT Compilation for MoarVM, and various Rakudo fixes an optimizations.
         </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/Vz84KC" style="
            font-size: 18px;
            font-weight: bold;
            ">2014.25: optimizations, more CPAN, more GSoC, YAPC::NA, and a release.</a>
         <br />
         <p style="font-size: 16px">
           The Perl 6 weekly
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz84KF" style="
            font-size: 18px;
            font-weight: bold;
            ">MetaCPAN weekly report - RapidApp & Test::RequiresInternet</a>
         <br />
         <p style="font-size: 16px">
           
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz850V" 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/Vz86lK" style="
            font-size: 18px;
            font-weight: bold;
            ">Perl::Dancer Conference 2014</a>
         <br />
         <p style="font-size: 16px">
           October 8-9, 2014 in Hancock, NY with two training days before the conference.
         </p>
         
         </div>
      
         <div
          
         >
         <p style="margin-left: 1.5em;">
         <a href="http://bit.ly/Vz86lN" style="
            font-size: 18px;
            font-weight: bold;
            ">Remnants of a Deeper YAPC</a>
         <br />
         <p style="font-size: 16px">
           Buddy Burden nicely tells his story attending YAPC::NA 2014. If you could not attend, but would like to get the feeling a bit, this might be a good starting point.
         </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: Granada (ES), Sofia (BG), Tokyo (JP), Flörli Olten (CH), Hancock (NY/USA), Salzburg (AT)
         </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>