Sindbad~EG File Manager

Current Path : /proc/2568807/root/usr/share/doc/perl-IO-Compress/compress-zlib/
Upload File :
Current File : //proc/2568807/root/usr/share/doc/perl-IO-Compress/compress-zlib/gzstream

#!/usr/bin/perl

use strict ;
use warnings ;

use Compress::Zlib ;

binmode STDOUT;	# gzopen only sets it on the fd

#my $gz = gzopen(\*STDOUT, "wb")
my $gz = gzopen('-', "wb")
	  or die "Cannot open stdout: $gzerrno\n" ;

while (<>) {
    $gz->gzwrite($_) 
	or die "error writing: $gzerrno\n" ;
}

$gz->gzclose ;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists