NAME
Siebel::Srvrmgr::Daemon::Action::Dumper - subclass for Siebel::Srvrmgr::Daemon::Action to dump buffer content
SYNOPSIS
See Siebel::Srvrmgr::Daemon::Action for an example.
DESCRIPTION
This is a subclass of Siebel::Srvrmgr::Daemon::Action that will dump a buffer content (array reference) passed as parameter to the it's do
method.
This class uses Data::Dumper them to print the buffer content to STDOUT
.