The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MIME::Base64 - base64 encoding and decoding for Pugs

SYNOPSIS

  use MIME::Base64;

  my $encode = MIME::Base64::encode("A string");
  my $decode = MIME::Base64::decode("QSBzdHJpbmc=");

DESCRIPTION

MIME::Base64 is a base64 encoder/decoder for pugs it is not a port of Perl5's MIME::Base64.

FUNCTIONS

XXX