1PUUENCODE(1) User Contributed Perl Documentation PUUENCODE(1)
2
3
4
6 puuencode - perl replacement for uuencode
7
9 puuencode inputfile as_outputfile
10
12 Puuencode reads the inputfile and writes a printable version of it to
13 STDOUT in uuencoded style. Nothing fancy, just a simple uuencode
14 replacement.
15
17 This implementation is much slower than most uuencode programs written
18 in C. Its primary intention is to allow quick testing of the underlying
19 Convert::UU module.
20
22 puudecode(1), Convert::UU(3)
23
25 Andreas Koenig <andreas.koenig@mind.de>
26
27
28
29perl v5.30.1 2020-01-29 PUUENCODE(1)