The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Toolkit

DESCRIPTION

Toolkit for pumping data from one source to another, directory synchronisation etc.

SYNOPSIS

DEPENDENCIES

   Carp
   Clone
   Data::Dumper

Constructor

new

   my $map = Data::Toolkit->new();

Creates an object of type Data::Toolkit

Methods

Debugging methods

debug

Set and/or get the debug level for Data::Toolkit

   my $currentDebugLevel = Data::Toolkit->debug();
   my $newDebugLevel = Data::Toolkit->debug(1);

Any non-zero debug level causes the module to print copious debugging information.

Note that this is a package method, not an object method. It should always be called exactly as shown above.

All debug information is reported using "carp" from the Carp module, so if you want a full stack backtrace included you can run your program like this:

   perl -MCarp=verbose myProg

Author

Andrew Findlay

Skills 1st Ltd

andrew.findlay@skills-1st.co.uk

http://www.skills-1st.co.uk/