File::Tools - This module is a wrapper for the various File moudles. |
File::Tools - This module is a wrapper for the various File moudles.
use File::Tools; copy("x", *STDOUT); recurse { print } "/etc";
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.
the File::Copy manpage and the File::Recurse manpage
Written in 1996 by Aaron Sherman
File::Tools - This module is a wrapper for the various File moudles. |