1MIME::Decoder::BinHex(3U)ser Contributed Perl DocumentatiMoInME::Decoder::BinHex(3)
2
3
4
6 MIME::Decoder::BinHex - decode a "binhex" stream
7
9 A generic decoder object; see MIME::Decoder for usage.
10
11 Also supports a preamble() method to recover text before the binhexed
12 portion of the stream.
13
15 A MIME::Decoder subclass for a nonstandard encoding whereby data are
16 binhex-encoded. Common non-standard MIME encodings for this:
17
18 x-uu
19 x-uuencode
20
22 Julian Field (mailscanner@ecs.soton.ac.uk).
23
24 All rights reserved. This program is free software; you can redisā
25 tribute it and/or modify it under the same terms as Perl itself.
26
28 $Revision: 1.17 $ $Date: 2006/03/17 21:03:23 $
29
30
31
32perl v5.8.8 2006-03-17 MIME::Decoder::BinHex(3)