in reply to Re^2: How to generate 64-character length lines in base64?
in thread How to generate 64-character length lines in base64?

I started with the "Pure Perl" (i.e., no XS-C code) version of the module here:

Mime::Base64::Perl

Then, clicked the "source" link there, which leads to this:

Mime::Base64::Perl Source
  • Comment on Re^3: How to generate 64-character length lines in base64?

Replies are listed 'Best First'.
Re^4: How to generate 64-character length lines in base64?
by rmichael (Initiate) on Apr 03, 2013 at 14:15 UTC
    Super, thanks again.