DEBSOURCES
Skip Quicknav
sources / libio-compress-lzma-perl / 2.213-1 / examples / xzstream
123456789
#!/usr/bin/perl use strict ; use warnings ; use IO::Compress::Xz qw(:all); xz '-' => '-' or die "xzstream: $XzError\n" ;