Hello,
I have question about using WWW::Mailman. I'm using the example at
http://search.cpan.org/dist/WWW-Mailman/lib/WWW/Mailman.pm
replacing with my info. Run it and got 'Segmentation fault'. No other info
than that.
I appreciate if you can give me some hints. If I'm not in the right place,
please let me know.
Thanks.
#!/encs/bin/perl
use strict;
use warnings;
use WWW::Mailman;
# Declare parameters
my %vInventory_users = (
secure => 'true',
uri => '
https://mail.encs.concordia.ca/mailman/listinfo/inventory_users',
email => 'MY_EMAIL',
admin_password => 'MY_PASSWORD');
my $mailinglist = WWW::Mailman->new(%vInventory_users);
# test - get email_pw
print $mailinglist->emailpw;