The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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