Convert::UUlib

Convert::UUlib is a Perl interface to the uulib library (a.k.a. uudeview/uuenview).
Download

Convert::UUlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marc Lehmann
  • Publisher web site:
  • http://www.goof.com/pcg/marc/

Convert::UUlib Tags


Convert::UUlib Description

Convert::UUlib is a Perl interface to the uulib library (a.k.a. uudeview/uuenview). Convert::UUlib is a Perl interface to the uulib library (a.k.a. uudeview/uuenview).SYNOPSIS use Convert::UUlib ':all'; # read all the files named on the commandline and decode them # into the CURRENT directory. See below for a longer example. LoadFile $_ for @ARGV; for (my $i = 0; my $uu = GetFileListItem $i; $i++) { if ($uu->state & FILE_OK) { $uu->decode; print $uu->filename, "n"; } }Read the file doc/library.pdf from the distribution for in-depth information about the C-library used in this interface, and the rest of this document and especially the non-trivial decoder program at the end.Requirements:· Perl Requirements: · Perl


Convert::UUlib Related Software