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

File::Copy and File::Recurse

AUTHOR

Written in 1996 by Aaron Sherman