File/FastSlurp version 0.01
===========================

This module provides subs that allow you to read or write entire files
with a simple call. It also has a sub that will read the list of
filenames in a directory.

In the extras/ directory you can read an article (slurp_article.pod)
about file slurping and also run a benchmark (slurp_bench.pl) that
compares many ways of slurping/spewing files.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Copyright (C) 2003 Uri Guttman <uri@stemsystems.com>

Licensed the same as Perl.
