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.4 by root, Sun Mar 31 22:03:56 2002 UTC vs.
Revision 1.5 by root, Fri Apr 5 21:56:57 2002 UTC

31 print uc(strmsglevel($_[1])),": $msg\n"; 31 print uc(strmsglevel($_[1])),": $msg\n";
32}); 32});
33 33
34SetFileNameCallback sub { 34SetFileNameCallback sub {
35 return unless $_[1]; # skip "Re:"-plies et al. 35 return unless $_[1]; # skip "Re:"-plies et al.
36 local _$ = $_[0]; 36 local $_ = $_[0];
37 37
38 # the following rules are rather effective on some newsgroups, 38 # the following rules are rather effective on some newsgroups,
39 # like alt.binaries.games.anime, where non-mime, uuencoded data 39 # like alt.binaries.games.anime, where non-mime, uuencoded data
40 # is very common 40 # is very common
41 41

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines