http://qs321.pair.com?node_id=1226215


in reply to Re^2: Extract Block Of Text From Log
in thread Extract Block Of Text From Log

I fully support your argument. I just like to write easy-to-read easy-to-port examples.

When you write stuff that might still have to be supported in a couple of decades, then making it easy to read and understand is much more important than making it "nice and fast and only understandable by perlmonks" ;-)

perl -e 'use MIME::Base64; print decode_base64("4pmsIE5ldmVyIGdvbm5hIGdpdmUgeW91IHVwCiAgTmV2ZXIgZ29ubmEgbGV0IHlvdSBkb3duLi4uIOKZqwo=");'