NAME
File::Tools - This module is a wrapper for the various File moudles.
SYNOPSIS
use File::Tools;
copy("x", *STDOUT);
recurse { print } "/etc";
DESCRIPTION
Provides the routines that are defined in File::Recurse and File::Copy.
Other modules will be added at a later date, but File::Tools will always encapsulate them.
SEE ALSO
AUTHOR
Written in 1996 by Aaron Sherman