in reply to Re: MIME::Base64 is broken in 5.8.2?
in thread MIME::Base64 is broken in 5.8.2?

Thanks MADuran and graff, for your help.

I think what the module supposed to do is to have a \n inserted after every 76 characters, so that each line is no longer than 76.

But for an encoded string that is less than 76 character long, no line-breaker should be inserted. But... fine, I think I just chomp it.

  • Comment on Re: Re: MIME::Base64 is broken in 5.8.2?