Help for this page

Select Code to Download


  1. or download this
           my $count = $msg->{Attachments}->Count;
            if ($count > 0) {
    ...
                }
                print UnixDate($msgdate,"%Y-%m-%d %i:%M:%S %p")," ",substr
    +($msg->{Subject},0,30)."... $count attachments deleted\n";
            }