"In 2006, the arena of Perl web frameworks pitted the heavyweight Catalyst against the lightweight CGI::Application. Since then Perl’s framework options have continued to evolve. While both CGI::Application and Catalyst remain popular, several new options have appeared lately. Here’s a quick rundown..."
Read more »The evolution of Perl frameworks
Category: High End Tags:
- Login to post comments
Perl-5.8.9 is "end of life" release
"Today Nicholas Clark, pumpking of the 5.8-maint branch of perl, announced that 5.8.9 will be the last release of that branch..."
Read more »Category: High End Tags:
- Login to post comments
BBC Joins Parrot Foundation Advisory Board
"The Parrot Foundation announced today that the BBC, UK-based public service broadcaster, will join the Parrot Foundation's advisory board. The Parrot Foundation advisory board is made up of a select group of companies who can offer perspective and experience on the current and future applications of the Parrot virtual machine and related language implementations..."
Read more »Category: Business Tags:
- Login to post comments
Elisp Wrapper For Perl Scripts - Xah Lee, 2008-10
"This page shows a example of writing a emacs lisp function that process text on the current region, by calling a external perl script. So that you can use your existing knowledge in a scripting language for text processing as emacs commands..."
Read more »Category: Beginner Tags:
- Login to post comments
Scandanavian Free Software Conference
"The second annual FSCons is about to take place in Gothenburg, Sweden the 24th to the 26th of October. I am giving a talk about Perl and debian, and there are lots of good talks this year as well as the second Nordic Free Software Award, won last year by Skolelinux. We hope you'll attend if you are in the neighborhood!"
Read more »Category: Community Tags:
- Login to post comments
Is learning Perl the hard way the easy way?
Bruce Momjian, guru of PostgreSQL, has discovered the joys of Perl [...] What was surprising to me was how he'd learned, via a book I'd never heard of before, Learning Perl The Hard Way..."
Read more »Category: Community Tags:
- Login to post comments
Combinations Vs. Permutations on Linux and Unix
Looking at the difference between combinations and permutations with a little combo generating code.
Read more »Category: Beginner Tags:
- Login to post comments
Perl Script To Maximize Guaranteed Combinations Within Fixed Lists
Finally, the Perl script that took 8 posts to deconstruct :)
Read more »Category: Beginner Tags:
- Login to post comments
How cool Perl 6 really is
"Moritz Lenz has started a series of blog posts about moving from Perl 5 to Perl 6, including why some design choices were made, and how you can take advantage of some of the Perl 6 features today in Perl 5..."
Read more »Category: Community Tags:
- Login to post comments
Antiweb4: A Next Generation Webserver
"Antiweb4 is a webserver written in Common Lisp, C, and Perl by Doug Hoyte and Hoytech.
Which seems like an interesting twist to me from all the other Common Lisp web servers already out there..."
Read more »Category: High End Tags:
- Login to post comments
Learning Perl, 5th Edition
Wanna learn Perl? Huh? Do ya, do ya, do ya? Sorry. When I started thinking about writing this review, I had a Dory moment. The question (such as it is) still stands, though. Do you want to learn Perl? If you do you've come to the right place...maybe. Let me explain.
Read more »Category: Beginner Tags:
- Login to post comments
Perl and Bash Versions Of Binary To Decimal Conversion Script
Perl and Bash ports of our newbie program to convert binary numbers to decimal. Code written for ease-of-reading, where possible. If you don't script already; start! :)
Read more »Category: Beginner Tags:
- Login to post comments
Add multitouch gesture support to a TouchPad-equipped laptop
Multitouch interfaces provide a great deal of benefits for integrating new interaction modes within applications. Newer hardware and drivers on Mac OS X and Microsoft® Windows® allow for a variety of gestures beyond point and click that create more efficient application navigation.
Read more »Using Perl To Handle Mass Mailing In Linux Or Unix
Simple Perl Script To Do Mass Emailing From Lists Running Any Mail Agent On Linux Or Unix.
Read more »Category: Beginner Tags:
- Login to post comments
Porting Simple Arithmetic In Bash, Perl and Awk
Translating equivalent arithmetic operations between bash, Perl and awk. Part of an ongoing series on porting code.
Read more »Category: Beginner Tags:
- Login to post comments