IO::Util README File
====================


Description
-----------

This is a micro-weight module that exports just a couple of functions of general utility in IO operations. 
  
    
Installation
------------

1. CPAN installation

    perl -MCPAN -e 'install IO::Util'


2. Standard installation
- from the directory where this file is located, type:

        perl Makefile.PL
        make
        make test
        make install

--
Domizio Demichelis - perl.4pro.net
2004-02-02
