Sunday, July 26, 2009

The Definitive Guide to Catalyst

The Definitive Guide to Catalyst: Writing Extensible, Scalable and Maintainable Perl–Based Web Applications

My boss (Jeffrey Ng) just brought this book for me (thanks to my college Calvin getting it for me from USA).

I haven't read it yet, but I will. it's a good book. I'll post a review once I read it through.

:)

Labels: ,

Wednesday, July 22, 2009

Beijing Perl Workshop - Sep 19, 2009

http://conference.perlchina.org/bjpw2009/

I'm afraid I will not go there, but it's still recommended to attend. :)

Thanks.
Saturday, July 11, 2009

a module started with O

ORDB::Unihan - An ORM for the published Unihan database

a mixin of ORLite and Unihan database. the original unihan database is txt based, and this one is sqlite.
even if you don't want to use ORLite, you still can use the Unihan.sqlite by ORDB::Unihan->sqlite_path();

bla bla, not sure how useful it is. just for fun.

Enjoy

Labels: