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 MIME::Decoder
23
25 Julian Field (mailscanner@ecs.soton.ac.uk).
26
27 All rights reserved. This program is free software; you can
28 redistribute it and/or modify it under the same terms as Perl itself.
29
30
31
32perl v5.38.0 2023-07-20 MIME::Decoder::BinHex(3)