NAME

Convert::UUlib - Perl interface to the UUDeview library.

SYNOPSIS

use Convert::UUlib;

DESCRIPTION

Read the file uulibdoc.dvi.gz and the example-decoder source. Sorry - mode to come once people use me ;)

Exported constants

ACT_COPYING
ACT_DECODING
ACT_ENCODING
ACT_IDLE
ACT_SCANNING

FILE_DECODED
FILE_ERROR
FILE_MISPART
FILE_NOBEGIN
FILE_NODATA
FILE_NOEND
FILE_OK
FILE_READ
FILE_TMPFILE

MSG_ERROR
MSG_FATAL
MSG_MESSAGE
MSG_NOTE
MSG_PANIC
MSG_WARNING

OPT_BRACKPOL
OPT_DEBUG
OPT_DESPERATE
OPT_DUMBNESS
OPT_ENCEXT
OPT_ERRNO
OPT_FAST
OPT_IGNMODE
OPT_IGNREPLY
OPT_OVERWRITE
OPT_PREAMB
OPT_PROGRESS
OPT_SAVEPATH
OPT_TINYB64
OPT_USETEXT
OPT_VERBOSE
OPT_VERSION

RET_CANCEL
RET_CONT
RET_EXISTS
RET_ILLVAL
RET_IOERR
RET_NODATA
RET_NOEND
RET_NOMEM
RET_OK
RET_UNSUP

B64ENCODED
BH_ENCODED
PT_ENCODED
QP_ENCODED
XX_ENCODED
UU_ENCODED

Exported functions

int	  Initialize		() ;
int	  GetOption		() ;
int	  SetOption		() ;
char *	  strerror		() ;
int	  SetMsgCallback	() ;
int	  SetBusyCallback	() ;
int	  SetFileCallback	() ;
int	  SetFNameFilter	() ;
char *	  FNameFilter		() ;
int	  LoadFile		() ;
uulist *   GetFileListItem	() ;
int	  RenameFile		() ;
int	  DecodeToTemp		() ;
int	  RemoveTemp		() ;
int	  DecodeFile		() ;
int	  InfoFile		() ;
int	  Smerge		() ;
int	  CleanUp		() ;
int	  QuickDecode		() ;
int	  EncodeMulti		() ;
int	  EncodePartial	() ;
int	  EncodeToStream	() ;
int	  EncodeToFile		() ;
int	  E_PrepSingle		() ;
int	  E_PrepPartial	() ;

AUTHOR

Marc Lehmann <pcg@goof.com>, the uudeview library was written by Frank Pilhofer <fp@informatik.uni-frankfurt.de>.

SEE ALSO

perl(1), uudevidew homepage at http://www.uni-frankfurt.de/~fp/uudeview/.