This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > Perl > perl-Convert-UU (0.5201)

Convert::UU -- Perl module for uuencode and uudecode

- uuencode

uuencode() takes as the first argument a string that is to
be uuencoded. Note, that it is the string that is encoded,
not a filename. Alternatively a filehandle may be passed
that must be opened for reading. It returns the uuencoded
string including begin and end. Second and third argument
are optional and specify filename and mode. If unspecified
these default to "uuencode.uu" and 644.

- uudecode

uudecode() takes a string as argument which will be uudecoded.
If the argument is a filehandle this handle will be read
instead. If it is a reference to an ARRAY, the elements are
treated like lines that form a string. Leading and trailing
garbage will be ignored. The function returns the uudecoded
string for the first begin/end pair. In array context it
returns an array whose first element is the uudecoded string,
the second is the filename and the third is the mode.

Maintained by: Glenn Becker
Keywords: Perl,module,uuencode,uudecode
ChangeLog: perl-Convert-UU

Homepage:
http://search.cpan.org/~andk/Convert-UU-0.5201/

Source Downloads:
Convert-UU-0.5201.tar.gz (f60f49d15770503efa5ed0c81296ef2f)

Download SlackBuild:
perl-Convert-UU.tar.gz
perl-Convert-UU.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds