Subscribe to RSS Feed

Categories

Archives

Archive for the 'Perl' category

Another Bout With Math::Pari

Today we needed to install Math::Pari on an Opteron (x86_64) based Debian box at the office. I’m documenting here the trials and tribulations we had to go through to get it to work:

Downloaded latest Math::Pari tarball from CPAN
Downloaded pari version 2.1.7 tarball
Untar Math::Pari
cd into Math::Pari and run “perl Makefile.PL pari_tgz=/path/to/pari-2.1.7.tgz”
Ignore all the stupid messages
run [...]

Read the article

New Chart::Clicker Examples

I just updated the site for my perl charting library, Chart::Clicker, with lots of new examples. All the old ones had been added over time and things needed a consistency overhaul. Enjoy!

Read the article

Authenticating Against Active Directory with Catalyst

One of the more entertaining part of working in e-commerce is dealing with PCI compliance. I say interesting because the standard is a mix of good things and inane things. Regardless, it’s required. One of the sections deals with authentication and authorization. We’ve traditionally done that sort of business internally, but [...]

Read the article

Back In Town

I just returned from the Orlando Perl Workshop. The conference was on the smallish side but I enjoyed the day of talks. My two went well and I got to spend some time with friends that I’d either never physically met or that I hadn’t seen in quite a while.
The highlight of the [...]

Read the article

Come Work For Us

I work for magazines.com and we are looking to add to our team!
We’re a Perl shop, located in Franklin, Tennessee. We sell magazine subscriptions online. This year we’ve got a lot to do and I’m looking to add some developers to our ranks. I’m not sure how many yet, but I can [...]

Read the article

An Introduction to Graphics::Primitive

It’s been on the CPAN for a few weeks, but I’ve not taken the time to pontificate about what exactly Graphics::Primitive and its cadre of helpers are.

Read the article

Getting Things Clicking Again

I updated the examples on the Clicker page. Cross posting in case anyone is interested.

Read the article

Pixels and Painting: My Recent CPAN Releases

I’ve been hacking on a few projects lately that I finally got wrapped up enough that I could up them to the CPAN. I’ll cover each one.
Motivation
Before I cover the modules, I’d like to explain why I made them. Some of this functionality existed in modules on the CPAN, but it was either [...]

Read the article

Announcing Osgood: An Event Repository

Yesterday I released Osgood::Client and today, after realizing I had botched the upload, Osgood::Server. Unfortunately the documentation is a little thin, so I’ll take this opportunity to both inform the world and the module of it’s purpose.
Osgood is a passive, persistent, stateless event repository. The current docs say queue rather than repository but [...]

Read the article

Hanging Antlers On Your ResultSets

At some point in the not too distant future, the intarweb’s magazine consumers will be perusing a new magazines.com. I’ve got the responsibility of building it. One of the requirements is to allow our Merchandising and Marketing folk to get their jobs done without too much fuss. The system they use will [...]

Read the article