use Utils::Agent; use Data::Config; use Web::Config; my $config = new Data::Config; my $webConfig = new Web::Config; my $utils = new Utils::Agent; $utils->SetDestination(ref($config));