1MIME::Decoder::UU(3) User Contributed Perl Documentation MIME::Decoder::UU(3)
2
3
4
6 MIME::Decoder::UU - decode a "uuencoded" stream
7
9 A generic decoder object; see MIME::Decoder for usage.
10
11 Also supports a preamble() method to recover text before the uuencoded
12 portion of the stream.
13
15 A MIME::Decoder subclass for a nonstandard encoding whereby data are
16 uuencoded. Common non-standard MIME encodings for this:
17
18 x-uu
19 x-uuencode
20
22 MIME::Decoder
23
25 Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).
26
27 UU-decoding code lifted from "uuexplode", a Perl script by an unknown
28 author...
29
30 All rights reserved. This program is free software; you can
31 redistribute it and/or modify it under the same terms as Perl itself.
32
33
34
35perl v5.32.1 2021-01-27 MIME::Decoder::UU(3)