[Mailmunge] MIME::Entity->body

postfix at ptld.com postfix at ptld.com
Mon Aug 2 17:09:05 EDT 2021


>     my $io = $body->open('r');
>     while (defined($_ = $io->getline)) {
>         # Do stuff with $_
>     }

I saw and tried that bit of code and it crashed on me, but now i see why 
because i used body->open('r') instead of bodyhandle->open('r')
Thank you very much, should be smooth sailing from here.


More information about the Mailmunge mailing list