
puuencode - perl replacement for uuencode

puuencode inputfile as_outputfile

Puuencode reads the inputfile and writes a printable version of it to STDOUT in uuencoded style. Nothing fancy, just a simple uuencode replacement.

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.

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

Andreas Koenig <andreas.koenig@mind.de>