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

Comparing Convert-UUlib/example-decoder (file contents):
Revision 1.16 by root, Mon Oct 13 12:13:43 2008 UTC vs.
Revision 1.17 by root, Mon Oct 13 12:14:00 2008 UTC

100 100
101 print $uu->filename; 101 print $uu->filename;
102 102
103 $uu->remove_temp; 103 $uu->remove_temp;
104 104
105 if (my $err = $uu->decode ()) { 105 if (my $err = $uu->decode) {
106 print ", ", strerror $err, "\n"; 106 print ", ", strerror $err, "\n";
107 } else { 107 } else {
108 print ", saved as uudst/", $uu->filename, "\n"; 108 print ", saved as uudst/", $uu->filename, "\n";
109 } 109 }
110} 110}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines