logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MIME::Decoder::UU - decode a "uuencoded" stream

Author

Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com). UU-decoding code lifted from "uuexplode", a Perl script by an unknown author... All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.38.2 2024-04-27 MIME::Decoder::UU(3pm)

Description

A MIME::Decoder subclass for a nonstandard encoding whereby data are uuencoded. Common non-standard MIME encodings for this: x-uu x-uuencode

Name

MIME::Decoder::UU - decode a "uuencoded" stream

See Also

MIME::Decoder

Synopsis

A generic decoder object; see MIME::Decoder for usage. Also supports a preamble() method to recover text before the uuencoded portion of the stream.

See Also