• MORE:
  • Perl Camel
  • rss
  • GitHub logo
Perl.com
  •   ABOUT
  •   AUTHORS
  •   CATEGORIES
  • #
      TAGS

Colonizing the Lacuna Expanse with Perl

Oct 22, 2010 by chromatic

games
business
cpan
games
jt-smith
perl
plack
web-development

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

Sep 13, 2010 by chromatic

perl-6

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

Aug 31, 2010 by chromatic

perl-6
interview
perl
perl-6
rakudo

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

Aug 20, 2010 by chromatic

web
cpan
design
web

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

Aug 11, 2010 by chromatic

perl-6
interview
perl-6

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

Jul 29, 2010 by chromatic

perl-6
announcements
perl
perl-5
perl-6
rakudo

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

Jul 21, 2010 by chromatic

perldotcom
perl
site
tpf

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

Apr 20, 2010 by chromatic

community
perl-5
perl-5-12
perl-programming

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…

Read it

A Website in a Minute Using Dancer, the Effortless Web Framework

Apr 6, 2010 by perldotcom

web
cpan
dancer
perl
perl-5
perl-programming
web-development

While Perl has a few heavy hitters in the web framework world (Catalyst, Jifty, CGI::App), sometimes they can seem like overkill. When writing a light web service or a high-end but not-as-complex website, you might want something smaller and simpler….

Read it

Testing Perl 5.12.0 RC 1 with App::perlbrew

Mar 30, 2010 by chromatic

tooling
cpan
installation
perl-5
perl-5-12
perlbrew
testing

I’m working on a project with Curtis “Ovid” Poe and Adrian Howard. We use Perl 5.10.1, but because we control which version of Perl 5 we use, there’s no reason not to test with Perl 5.12.0 - and if we…

Read it

perl5i Makes More Simple Things Simple

Mar 23, 2010 by Michael Schwern

development
perl
perl-5
perl-programming
perl5i

Suppose that you want to load a module dynamically (you have the name in a scalar), then alias a function from that module to a new name in another class. In other words, you want a renaming import. How do…

Read it

Idioms, or How to Write Perlish Perl

Mar 16, 2010 by chromatic

development
idioms
objects
parameters
perl-5
perl-programming
schwartzian-transform

Any language—programming or natural—develops idioms, or common patterns of expression. The earth revolves, but we speak of the sun rising or setting. We talk of clever hacks and nasty hacks and slinging code. We ping each other on IRC to…

Read it

More Code, Less Cruft: Managing Distributions with Dist::Zilla

Mar 9, 2010 by Ricardo Signes

tooling
cpan
dist-zilla
distributions
perl
perl-5
perl-programming

Every software distribution is a bunch of files written and maintained by programmers. The files are of three types: code, documentation, and crap—though this distinction is too subtle. Much of the documentation and code is crap, too. It’s pointless. It’s…

Read it

Beginner's Introduction to Perl 5.10, Part 2

May 7, 2008 by chromatic and Doug Sheppard

tutorials
files
perl-5-10
perl-filehandles
string
tutorials

A Beginner’s Introduction to Perl 5.10 talked about the core elements of Perl: variables (scalars, arrays, and hashes), math operators and some basic flow control (the for statement). Now it’s time to interact with the world. (A Beginner’s Introduction…

Read it

A Beginner's Introduction to Perl 5.10

Apr 23, 2008 by chromatic and Doug Sheppard

tutorials
novice-programmers
perl-5-10
perl-for-beginners
tutorials

First, a Little Sales Pitch Editor’s note: this series is based on Doug Sheppard’s Beginner’s Introduction to Perl. A Beginner’s Introduction to Files and Strings with Perl 5.10 explains how to use files and strings, and A Beginner’s Introduction to…

Read it

Using Amazon S3 from Perl

Apr 8, 2008 by Abel Lin

web
amazon
cloud-storage
rest
s3
web-services

Data management is a critical and challenging aspect for any online resource. With exponentially growing data sizes and popularity of rich media, even small online resources must effectively manage and distribute a significant amount of data. Moreover, the peace…

Read it

Reverse Callback Templating

Mar 14, 2008 by James Robson

tooling
mvc
presentation
template-recall
templating
text-tools

Programmers have long recognized that separating code logic from presentation is good. The Perl community has produced many fine systems for doing just this. While there are many systems, they largely fall within two execution models, pipeline and callback…

Read it

Elements of Access Control

Feb 13, 2008 by Vladi Belperchinov-Shabanski

security
access-control
privacy
security
software-development

Why Gates? In a perfect world we wouldn’t do things we should not. However the world is not like this; people do forbidden things sometimes. This also applies to computer systems used by more than one person. Almost everyone…

Read it

How to Tell Your Perl Story (at OSCON)

Jan 18, 2008 by brian d foy

community
conference
lightning-talks
oscon
courses-and-training

brian d foy is the author of Mastering Perl, now available in its second edition, as well as several other Perl books. As the founder of Perl mongers, he’s been active in the Perl community for almost 20 years. Ever…

Read it

Memories of 20 Years of Perl

Dec 21, 2007 by chromatic

community
anniversary
memories
programming-stories
advocacy

For Perl’s 20th anniversary, several Perl programmers reflect on their experiences with the language.

Read it
« Older Posts
Newer Posts »
Page 25 of 57
Site Map
  • Home

  • About

  • Authors

  • Categories

  • Tags

Contact Us

To get in touch, send an email to perl.com-editor@perl.org, or submit an issue to perladvent/perldotcom on GitHub.

Perl Camel rss GitHub logo

License

This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.

Creative Commons License

Legal

Perl.com and the authors make no representations with respect to the accuracy or completeness of the contents of all work on this website and specifically disclaim all warranties, including without limitation warranties of fitness for a particular purpose. The information published on this website may not be suitable for every situation. All work on this website is provided with the understanding that Perl.com and the authors are not engaged in rendering professional services. Neither Perl.com nor the authors shall be liable for damages arising herefrom.