このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


Perl.com Home Page
The Wayback Machine - http://web.archive.org/web/20090503174348/http://www.perl.com:80/
Sign In/My Account | View Cart  
advertisement
-->




News

Unix's Magical Moment, as Foretold by Tom Christiansen
by Allen Noren
Today I received the following from Tom Christiansen, author of several of our bestselling Perl books, frequent speaker at OSCON, and Perl consultant extraordinaire. He asked that we publish this special news on his behalf. If you're at all interested...

CGI is Dead; mod_perlite is Alive!
by chromatic
PHP's application deployment model is difficult to beat. Perl has lacked something similar for years -- until now. Byrne Reese and Aaron Stone address the gap between CGI and mod_perl with mod_perlite, one of the features Perl 5 needs most.

Craig Newmark Interview: A Brief History of Craigslist
by Timothy M. O'Brien
A brief conversation with Craig Newmark from this year's Personal Democracy Forum 2008. In this interview Craig talks about the founding of Craiglist, how he came to found one of the most popular sites on the web. Craig also discusses his work with the Obama team and some of the important customer service issues facing Craigslist.

What are Your Force Multipliers in Software Development?
by chromatic
Programming language features and tools are obvious force multipliers for software developers. Development practices are less obvious. Here are some of my favorite productivity improvements.

Five Features Perl 5 Needs Now
by chromatic
Perl is 21 years old and Perl 5 is 14 years old. The language has aged well, but there's room to improve. Here are five features which to make hard things easy and difficult things possible.

Beginners Introduction to Object-Oriented Programming with Perl
by chromatic
Perl is a great language for processing text and automating tasks. It's also a fully-capable modern programming language, with effective modularization and object oriented capabilities. Though that sounds scary, they're easy to understand (and even easier to accomplish, through shiny modern tools such as Moose and Mouse).

A Beginner's Introduction to Perl Web Programming
by chromatic
Previous articles in this series showed how to use Perl for text processing and general purpose programming. Now it's time to demonstrate how to use Perl on the web.

The Mind of Damian Conway: Science, Computer Science, the Future of Perl 6, and Advice for Today's Aspiring Programmers
by Kathryn Barrett
At this year's OSCON, Terry Camerlengo sat down with Damian Conway, author of Perl Best Practices and Perl Hacks, to get his thoughts on a wide variety of subjects, including the what-and-when of Perl 6 and what he thinks is important for the next generation of computer scientists. Watch the video (or read on) to hear what he says.


Tile Image
Beginner's Introduction to Perl 5.10, Part 2
by chromatic, Doug Sheppard
Perl 5 has come a long way in the past few years. The newest version, Perl 5.10, added several new features to make your programs shorter, easier to maintain, easier to write, and more powerful. Here's how to start using files and strings in modern Perl.

Tile Image
A Beginner's Introduction to Perl 5.10
by chromatic, Doug Sheppard
Perl 5 has come a long way in the past few years. The newest version, Perl 5.10, added several new features to make your programs shorter, easier to maintain, easier to write, and more powerful. Here's how to start using modern Perl productively.

Tile Image
Using Amazon S3 from Perl
by Abel Lin
Amazon's Simple Storage Service provides a simple, flexible, and inexpensive way to manage online data storage. Amazon's S3 modules for Perl make storing and retrieving data in your own programs almost trivial, leaving Amazon to worry about hosting, scaling, and backups. Abel Lin shows how to store, retrieve, and store data with Amazon S3.

Tile Image
Reverse Callback Templating
by James Robson
Many programmers know of the two main systems of templating. One embeds actual source code into the template. The other provides a mini language with loops, conditionals, and other control structures. There is a third way -- a reverse callback system. James Robson explains this best-of-both-worlds approach by demonstrating Perl's Template::Recall module.

View the archive