Category Archives: perl

StockTrader client using Catalyst

I’ve been rewriting the Perl StockTrader client using Catalyst for the past week or so. The first version of the client was done using (gasp!) Perl/CGI. So it was about time to do it right. Thanks to the excellent documentation … Continue reading

Posted in catalyst, perl, stocktrader | 4 Comments

Catalyst

Last time I looked at Catalyst for a project, the time was really tight and had to do it by other means. This time however, I had slightly more time available so I started from Catalyst::Manual::Tutorial and boy, the docs … Continue reading

Posted in catalyst, mvc, perl | Leave a comment

Perl embedding example

Since there was no progress from my last experiment, writing a rudimentary program without any WSF/C code seemed like a logical next step. For those of you who don’t know what I tried to do, here’s a brief explanation. I … Continue reading

Posted in embedding, perl | 2 Comments