Hi all, I'm using a little perl script (http://bsdconsulting.no/tools/mutt-ldap.pl) to query addresses from within mutt. I'd like this script to return a sorted list, either by email address or name. The little research I've done points to changes in this section:
foreach my $entry ($mesg->all_entries) { if ($entry->get_value('mail')) { print($entry->get_value('mail'),"\t", decode("UTF-8", $entry->get_value('cn')),"\tFrom Exchange LDAP database\n"); } } but I can't seem to figure out how. Can anyone point me in the right direction? Thanks, festus -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/