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 Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com).
23
24 UU-decoding code lifted from "uuexplode", a Perl script by an unknown
25 author...
26
27 All rights reserved. This program is free software; you can redisā
28 tribute it and/or modify it under the same terms as Perl itself.
29
31 $Revision: 1.11 $ $Date: 2006/03/17 21:03:23 $
32
33
34
35perl v5.8.8 2006-03-17 MIME::Decoder::UU(3)