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.1 by root, Mon Jun 11 19:48:55 2001 UTC vs.
Revision 1.2 by root, Tue Jun 12 03:20:44 2001 UTC

58 print "$k > $v, "; 58 print "$k > $v, ";
59 } 59 }
60 print "\n"; 60 print "\n";
61 } 61 }
62 62
63 $uu->decode_temp; 63 print strerror($uu->decode_temp)."\n";
64 print " temporarily decoded to ",$uu->binfile,"\n"; 64 print " temporarily decoded to ",$uu->binfile,"\n";
65 $uu->remove_temp; 65 $uu->remove_temp;
66 66
67 print strerror($uu->decode); 67 print strerror($uu->decode)."\n";
68 print " saved as uudst/",$uu->filename,"\n"; 68 print " saved as uudst/",$uu->filename,"\n";
69} 69}
70 70
71print "cleanup...\n"; 71print "cleanup...\n";
72 72

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines