IO-Zlib  1.14
About: IO-Zlib is a Perl module that provides an IO:: style interface to the Compress::Zlib.
  Fossies Dox: IO-Zlib-1.14.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
IO-Zlib Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies IO-Zlib-1.14.tar.gz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README.md

Tests

This is the IO::Zlib module package for perl5.

This modules provides an IO:: style interface to the Compress::Zlib package. The main advantage is that you can use an IO::Zlib object in much the same way as an IO::File object so you can have common code that doesn't know which sort of file it is using.

After unpacking the distribution, to install this module type

    perl Makefile.PL
    make
    make test
    make install

Please report any bugs/suggestions to tom@compton.nu.

Copyright (c) Tom Hughes tom@compton.nu.

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.