MIME::Base64 bugs?
- From: "sonet" <sonet.all@xxxxxxxxxxxxx>
- Date: Tue, 5 Jun 2007 16:21:22 +0800
The MIME::Base64 will convert \n to \r\n.
$a="1234\n4567\n";
$a=encode_base64($a,0);
print decode_base64($a);
The result is 1234\r\n4567\r\n.
.
- Follow-Ups:
- Re: MIME::Base64 bugs?
- From: liol
- Re: MIME::Base64 bugs?
- From: Marcus Beranek
- Re: MIME::Base64 bugs?
- From: Gunnar Hjalmarsson
- Re: MIME::Base64 bugs?
- From: Sisyphus
- Re: MIME::Base64 bugs?
- Prev by Date: help on win32::serialport
- Next by Date: How to get GIF support with Perl-GD library? (Can't locate object method "newFromGif")
- Previous by thread: help on win32::serialport
- Next by thread: Re: MIME::Base64 bugs?
- Index(es):