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.21 by root, Tue Dec 14 21:19:33 2010 UTC vs.
Revision 1.22 by root, Fri Feb 28 06:57:25 2020 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3# decode all the files in the directory uusrc/ and copy 3# decode all the files in the directory uusrc/ and copy
4# the resulting files to uudst/ 4# the resulting files to uudst/
5
6use Coro::Multicore;
5 7
6use Convert::UUlib ':all'; 8use Convert::UUlib ':all';
7 9
8sub namefilter { 10sub namefilter {
9 my ($path) = @_; 11 my ($path) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines