File::Tools - This module is a wrapper for the various File moudles.


NAME

File::Tools - This module is a wrapper for the various File moudles.


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

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

the File::Copy manpage and the File::Recurse manpage


AUTHOR

Written in 1996 by Aaron Sherman

 File::Tools - This module is a wrapper for the various File moudles.