This week on Perl 6, week ending 2003-09-07
Welcome to the last Perl 6 summary of my 35th year. Next week’s summary will (in theory) be written on my 36th birthday (a year of being square, so no change there then). I’ll give you fair warning that…
Welcome to the last Perl 6 summary of my 35th year. Next week’s summary will (in theory) be written on my 36th birthday (a year of being square, so no change there then). I’ll give you fair warning that…
Editor’s note: The new edition of Perl Cookbook has released, so this week we continue to highlight recipes-new to the second edition-for your sampling pleasure. This week’s excerpts include recipes from Chapter 14 (“Database Access”) and Chapter 18 (“Internet…
Welcome to this week’s Perl 6 summary. This week, for one week only I’m going to break with a long established summary tradition. No, that doesn’t mean I won’t be mentioning Leon Brocard this week. Nope, this week we’re going…
We use Perl for all kinds of things. Web development, data munging, system administration, even bioinformatics; most of us have used Perl for one of these situations. A few people use Perl for building end-user applications with graphical user…
Editor’s note: The new edition of Perl Cookbook is about to hit store shelves, so to trumpet its release, we offer some recipes-new to the second edition-for your sampling pleasure. This week’s excerpts include recipes from Chapter 6 (“Pattern…
Picture, if you will a sunny garden, unaffected by power cuts, floods, plagues of frog or any of the other troubles that assail us in this modern world. Picture, if you will, your summarizer, sat in this garden with…
This is the third (and final) article in a series which form one Perl programmer’s response to the book Design Patterns (also known as the Gang of Four book or simply as GoF, because four authors wrote it). As…
This is the second in a series of articles which form one Perl programmer’s response to the book, Design Patterns (also known as the Gang of Four book or simply as GoF, because four authors wrote it). As I…
"Ooh look, it’s another Perl 6 summary. Doesn’t that man ever take a holiday?" "I think he took one last month." "Is it in Esperanto this week?" "I don’t think so." "Does Leon Brocard get a mention?" "It certainly…
Editor’s note: this document is out of date and remains here for historic interest. See Synopsis 6 for the current design information. As soon as she walked through my door I knew her type: she was an argument waiting…
Introduction: What is Overloading? All object-oriented programming languages have a feature called overloading, but in most of them this term means something different from what it means in Perl. Take a look at this Java example: public Fraction(int num,…
Welcome back to an interim Perl 6 Summary, falling between two conference weeks — OSCON and YAPC::Europe. For reasons involving insanity, a EuroStar ticket going begging, and undeserved generosity, I shall be bringing my conference haul up to 3…
This is the 7th annual State of the Perl Onion speech, wherein I tell you how Perl is doing. Perl is doing fine, thank you. Now that that’s out of the way, I’d like to spend the rest of…
One of the most boring programming tasks in the world has to be pulling data out of a database and displaying it on a web site. Yet it’s also one of the most ubiquitous. Perl programmers being lazy, there…
Welcome once again to the Perl 6 Summary, in a week of major developments and tantalizing hints. We start, as usual, with what’s happening in perl6-internals: Targeting Parrot from GCC Discussion in the thread entitled ‘WxWindows Support / Interfacing Libraries’…
Scratching Your Own Itch Some time ago I became intrigued with Digest authentication, which uses the same general mechanism as the familiar Basic authentication scheme but offers significantly more password security without requiring an SSL connection. At the time…
Perl 6 Summary for the week ending 20030706 Welcome to this week’s Perl 6 Summary, coming to you live from a gatecrashed Speakers’ lounge at OSCON/TPC, surrounded by all the cool people like Dan Sugalski, Lisa Wolfisch, Graham Barr, and…
In the previous article, we looked at some of the more intermediate features of regular expressions, including multiline matching, quoting, and interpolation. This time, we’re going to look at more-advanced features. We’ll also look at some modules that can…
Editor’s note: Perl 6 Essentials is the first book to offer a peek into the next major version of the Perl language. It covers the development of Perl 6 syntax as well as Parrot, the language-independent interpreter developed as…
Welcome to my first anniversary issue of the Perl 6 Summary. Hopefully there won’t be too many more anniversaries to celebrate before we have a real, running Perl 6, but there’s bound to be ongoing development after that. My…