Help for this page

Select Code to Download


  1. or download this
    my $header = 1;
    my @entries;
    ...
    {
        print $entry->{msg_id}, join " ", @{$entry->{recipients}},"\n";
    }