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.22 by root, Fri Feb 28 06:57:25 2020 UTC vs.
Revision 1.23 by root, Fri Feb 28 06:57:43 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 5
6use Coro::Multicore; 6#use Coro::Multicore;
7 7
8use Convert::UUlib ':all'; 8use Convert::UUlib ':all';
9 9
10sub namefilter { 10sub namefilter {
11 my ($path) = @_; 11 my ($path) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines