puuencode - Man Page
perl replacement for uuencode
Synopsis
puuencode inputfile as_outputfile
Description
Puuencode reads the inputfile and writes a printable version of it to STDOUT in uuencoded style. Nothing fancy, just a simple uuencode replacement.
Bugs
This implementation is much slower than most uuencode programs written in C. Its primary intention is to allow quick testing of the underlying Convert::UU module.
See Also
puudecode(1), Convert::UU(3)
Author
Andreas Koenig <andreas.koenig@mind.de>
Referenced By
2024-07-18 perl v5.40.0 User Contributed Perl Documentation