- or download this
utf8::decode( my $s = $cipher->decrypt( read_str($fh) ) );
- or download this
utf8::decode( my $s = $cipher->decrypt( decode_base64 ( read_str($fh)
+) ) );
- or download this
local $/;
utf8::decode( my $s = $cipher->decrypt( decode_base64 ( <$fh> ) ) );