Skip to Content.
Sympa Menu

en - [sympa-users] programattically obtain array of lists in a family

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Chris Pax <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] programattically obtain array of lists in a family
  • Date: Tue, 14 Apr 2009 16:53:32 +0200

I have been trying to use Family.pm to programattically obtain an array of all
lists in a given family.

so, in perl i did this:

#!/usr/bin/perl

require 'Family.pm';

$njitprod = &Family::new("production", "njit.edu");
@all = Family::get_family_lists($njitprod);

foreach (@all){
print $_."\n";
}


But it does not seam to do anything.



Archive powered by MHonArc 2.6.19+.

Top of Page