Help for this page
struct fqz { public: ... int decode(int in_fd, int out_fd); }
my $fh = Compress::FQZ::Reader->new($fn); ... while ($foo) { print {$fh} $bar; }