Help for this page
$module =~ s/\.(pm|PM)$//; my $mainmodule = PLUGIN_BASE . $module . ".pm"; ... import $mainmodule; return $module->new();
eval{ my $obj = $facory->get_instance('thingy'); ... { print $@; }