Enable Backtraces with Carp::Always (Modern Perl Tips)
Ever had a program crash and wanted to get more details about where and why? The CPAN module Carp::Always is perfect for this.
Read it
Show off Perl in Plat_Forms 2012
Thanks to Torsten Raudssus, who wrote in with this announcement. What is Plat_Forms? Plat_Forms is a contest and competition in which top-class teams of three programmers compete to implement the same requirements for a web-based system within two days, using…
Read it
Embrace the Reluctant Perl Programmer
editor’s note: an earlier version of this article appeared at The Reluctant Perl Programmer. Per the suggestion of Ask Bjørn Hansen, this revision appears on Perl.com. Who We Are We all love Perl for different reasons. Some of us are…
Read it
Perl in Plat_Forms 2012 Web Development Contest
Thanks to Lars Dɪᴇᴄᴋᴏᴡ for coordinating entries into the Plat_Forms 2012 web development contest. This annual contest pits some of the best developers of frameworks and languages against each other to solve real problems. Perl developers have participated for several…
Read it
Using CPAN on Win32 ActivePerl
Christian Walde demonstrates that even ActivePerl users on Windows can use CPAN-out of the box.
Read it
New Features of Perl 5.14: unicode_strings
Perl 5.14 provides a new feature called unicode_strings to improve Unicode string handling.
Read it
New Features of Perl 5.14: IO::File on Demand
Perl 5.14 loads IO::File on demand for autovivified filehandles.
Read it
New Features of Perl 5.14: Non-destructive Substitution
Perl 5.14 adds non-destructive substitution.
Read it
Perl QA Hackathon 2011: Call to Attention
Lars Dɪᴇᴄᴋᴏᴡ has sent out a call for attention for the 2011 Perl QA Hackathon: The Perl QA hackathon 2011 is taking place from Saturday, April 16th to Monday, April 18th 2011 in Amsterdam, The Netherlands. Attendance is gratis. We…
Read it
Perl in Plat_Forms 2011
Thanks to Lars Dɪᴇᴄᴋᴏᴡ for sending along this notice about the Plat_Forms 2011 web development contest. Unlike other comparisons of programming languages (such as the great unmaintainable speed-tweakers micromeasurement contest and This Is Odiously Bad Empiricism), Plat_Forms features real teams…
Read it
Colonizing the Lacuna Expanse with Perl
Perl productivity has suffered this month with JT Smith’s announcement of The Lacuna Expanse, a web-based space empire strategy game. As with most of Smith’s projects, TLE uses Perl extensively. Perl.com recently conducted an email interview to explore the world behind the game world.
Read it
People of Perl 6: Moritz Lenz
Moritz Lenz is a contributor to Perl 6 and Rakudo Perl 6. You may know him as the writer of the popular Perlgeek.de Perl 6 blog or a chief wrangler of the Perl 6 test suite. Here are his own words on Perl 6 and Rakudo.
Read it
People of Perl 6: Carl Mäsak
Carl Mäsak is a developer of Rakudo Perl 6 and arguably the most dedicated bug wrangler. He’s contributed to more bug reports than anyone else. If you find that Rakudo does not do as you expect, you’ll likely talk to him on #perl6 for help triaging and categorizing your bug.
In his own words, here’s how he’s helped make Perl 6 real.
Read it
Rethinking Everything: Perl and the Web in 201x
Modern Perl developments provide better capabilities for abstraction and reusable code. Rethinking a project more than a decade old with modern techniques demonstrates how much Perl has improved-and how far it could go.
Read it
People of Perl 6: Jonathan Worthington
Jonathan Worthington is one of the lead developers of Rakudo Perl 6. In this interview he discusses the project, its future, and what to expect from this exciting new language.
Read it
Welcome Rakudo Star
The first Rakudo Star release is out, making Perl 6 available to a wider range of users. Welcome to the new era of Perl.
Read it
Relaunching Perl.com
Welcome to the new Perl.com! It’s a great time to program Perl, and our intent is that Perl.com can show off our language, libraries, and community.
Read it
Inside Perl 5.12
Perl 5.12 has just come out. A rejuvenated development process helps ensure a bright future for Perl as it enters its third decade of making easy things easy and hard things possible. Here’s what you can expect when you upgrade…