NAME
CTK::File - Files and direcries working
VERSION
1.00
$Id: File.pm 29 2012-11-20 14:50:39Z minus $
SYNOPSIS
blah-blah-blah
DESCRIPTION
blah-blah-blah
For copying paths: use File::Copy::Recursive qw(dircopy dirmove);
For TEMP dirs/files working: use File::Temp qw/tempfile tempdir/;