in reply to Re: Gzip inflate a variable
in thread Gzip inflate a variable
use IO::Compress::Gzip qw(gzip $GzipError); my $compressed; if(gzip $foo => \$compressed [,OPTS]){ # Compressed version of $foo stored in $compressed }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Gzip inflate a variable
by pmqs (Friar) on Jan 22, 2010 at 14:21 UTC |