[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1003401: RFP: libconvert-uu-perl -- Perl module for uuencode and uudecode



Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-perl@lists.debian.org

* Package name    : libconvert-uu-perl
  Version         : 0.5201
  Upstream Author : Andreas Koenig <andreas.koenig@anima.de>
* URL             : https://metacpan.org/release/Convert-UU
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : Perl module for uuencode and uudecode

Convert::UU exports uuencode & uudecode functions.

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() 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.


This package is required for pdl and should be maintained within the Perl team.


Reply to: