Subject: The mailing list for listmasters using Sympa
List archive
[sympa-users] programattically obtain array of lists in a family
- 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.
-
[sympa-users] programattically obtain array of lists in a family,
christopher pax, 04/13/2009
- <Possible follow-up(s)>
- [sympa-users] programattically obtain array of lists in a family, Chris Pax, 04/14/2009
Archive powered by MHonArc 2.6.19+.