in reply to Component-based architecture in Perl

I guess ... in Perl you generaly have ten times less classes to do the work so there is less need to group them. Quite often what the Java folks would solve by a bunch of classes in Perl would be just one class whose methods accept some hashes and arrays, instead of forcing you to create the right kind of object before you can call the main object's method.

Or maybe I'm just missing something.

Jenda
XML sucks. Badly. SOAP on the other hand is the most powerfull vacuum pump ever invented.

  • Comment on Re: Component-based architecture in Perl