Perl Base64 — How To Do Base64 Encoding in Perl
You can do base64 encoding in Perl using the MIME::Base64 module. For those who don’t know, base64 is a way of encoding binary data in ASCII characters; so you can email your favorite program as text, if you want to … Continue reading
Posted in Perl
Tagged base64, computers, perl, programming