DEBSOURCES
Skip Quicknav
sources / perl / 5.10.1-17squeeze6 / ext / 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" ;