Help for this page
#!/usr/bin/perl ... unzip \$inner, \$txt, Name => 'ReadMe.txt'; print "$txt\n";
#!/usr/bin/perl ... #gunzip 'test.gz', $txt; #doesn't work print "$txt\n";