DEBSOURCES
Skip Quicknav
sources / perl / 5.14.2-21%2Bdeb7u3 / cpan / IO-Compress / examples / io / bzip2 / bzstream
123456789
#!/usr/local/bin/perl use strict ; use warnings ; use IO::Compress::Bzip2 qw(:all); bzip2 '-' => '-' or die "bzstream: $Bzip2Error\n" ;