in reply to
decode a file
use MIME::Base64; $decoded = decode_base64($record);
[download]
Comment on
Re: decode a file
Download
Code
In Section
Seekers of Perl Wisdom