Help for this page

Select Code to Download


  1. or download this
    my ($acct,%records);
    foreach $entry ($mesg->entries) {
    ...
    foreach $acct (sort keys %records) {
        print $acct,": ",join(' ',@{$records{$acct}}),"\n";
    }