puudecode - Man Page

perl replacement for uudecode

Synopsis

 puudecode inputfile

Description

Uudecode reads a uuencoded inputfile and writes the decoded string to the file named in the uuencoded string. It changes the permissions to the mode given in the uuencoded string.

Bugs

This implementation is much slower than most uudecode programs written in C. Its primary intention is to allow quick testing of the underlying Convert::UU module.

See Also

puuencode(1), Convert::UU(3)

Author

Andreas Koenig <andreas.koenig@anima.de>

Referenced By

puuencode(1).

2024-01-25 perl v5.38.2 User Contributed Perl Documentation