Archive for the ‘perl’ Category

Long Live Perl

Monday, March 24th, 2008

I’m sure many of the readers of this blog don’t script in perl anymore. Seems now a days python, ruby, php rule the scripting world.

I was happy to see this presentation by Tim Bunce about how perl is still alive and well.

Here’s my two cents:

- Every job I’ve had since I graduated college has required perl coding, it’s truly the glue of many large infrastructures.

- CPAN modules like DBI, LWP and template-toolkit make it easy to build powerful back ends and front ends.

- mod_perl provides incredibly powerful hooks into apache.

- Perl OO lets you write code so clear most java developers can understand it.

I’m not trying to say perl is better than x,z and z. I just think it shouldn’t be written off like so many developers do.

This is why I felt it was so important to add perl bindings to Thrift. Perl deserved them and the thrift philosophy is one that is inherently perl-ish.

[del.icio.us] [Digg] [dzone] [Google] [Mixx] [Reddit] [StumbleUpon]
Writen by jake

Thrudb Tutorials

Tuesday, December 11th, 2007

I’ve been adding a thrudb tutorial to show how to use thrudb in a number of popular languages (thanks to thrift)

The bookmarks tutorial loads in a export file from del.icio.us, searches it and removes it.

This should be enough to get you going with thrudb and thrift.

Implemented in Ruby, Php, Perl and Java

Enjoy!

[del.icio.us] [Digg] [dzone] [Google] [Mixx] [Reddit] [StumbleUpon]
Writen by jake