Help for this page

Select Code to Download


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