Skip to content

Commit 47a0975

Browse files
committed
new file: Compression/bzip2_file_compression.pl
new file: Compression/lz4_file_compression.pl
1 parent cecfad9 commit 47a0975

File tree

4 files changed

+748
-3
lines changed

4 files changed

+748
-3
lines changed

Compression/High-level/gzip_file_compression.pl

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
FORMAT => 'gz',
1616
};
1717

18-
sub usage {
19-
my ($code) = @_;
18+
sub usage ($code = 0) {
2019
print <<"EOH";
2120
usage: $0 [options] [input file] [output file]
2221

0 commit comments

Comments
 (0)