>>>>> "BH" == Bill Houle <Bill.Houle@SanDiegoCA.NCR.COM> writes:
BH> The interface ideas and lessons learned will still be applicable even
BH> if all the code isn't.
I suspect that the interface code is the bulk of the work; from what I've
seen of MajorCool, the presentation is quite full-featured and most of it
still applies.
BH> (But first I guess I gotta learn this Perl5 object stuff.)
It's not terribly difficult. From your standpoint, you don't have to write
any classes if you don't want. All you have to do is "use Majordomo;" then
make a Majordomo object ($mj = new Majordomo($dir, $domain);) and make
calls through that object:
@lists = $mj->dispatch('lists', @pile_o_args);
(which gives you the lists, their descriptions and their flags). I've
tried to make enough calls available to do the basics, but I'm sure I'm
going to have to add more core calls to extract all of the bits of information
that you'll want.
- J<
References:
|
|