File: lzstream

package info (click to toggle)
libio-compress-lzma-perl 2.213-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 848 kB
  • sloc: perl: 7,361; makefile: 13
file content (9 lines) | stat: -rwxr-xr-x 138 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/usr/local/bin/perl

use strict ;
use warnings ;
use IO::Compress::Lzma qw(:all);

lzma '-' => '-'
  or die "lzstream: $LzmaError\n" ;