ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Convert-UUlib/README
(Generate patch)

Comparing cvsroot/Convert-UUlib/README (file contents):
Revision 1.2 by root, Mon Dec 5 23:56:21 2005 UTC vs.
Revision 1.3 by root, Fri Jun 13 13:27:51 2008 UTC

2 Convert::UUlib - Perl interface to the uulib library (a.k.a. 2 Convert::UUlib - Perl interface to the uulib library (a.k.a.
3 uudeview/uuenview). 3 uudeview/uuenview).
4 4
5SYNOPSIS 5SYNOPSIS
6 use Convert::UUlib ':all'; 6 use Convert::UUlib ':all';
7 7
8 # read all the files named on the commandline and decode them 8 # read all the files named on the commandline and decode them
9 # into the CURRENT directory. See below for a longer example. 9 # into the CURRENT directory. See below for a longer example.
10 LoadFile $_ for @ARGV; 10 LoadFile $_ for @ARGV;
11 for (my $i = 0; my $uu = GetFileListItem $i; $i++) { 11 for (my $i = 0; my $uu = GetFileListItem $i; $i++) {
12 if ($uu->state & FILE_OK) { 12 if ($uu->state & FILE_OK) {
13 $uu->decode; 13 $uu->decode;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines