http://qs1969.pair.com?node_id=709769


in reply to How to identify available subclasses?

Hi Ollie,

For that I usually use Module::List::Pluggable.
use Module::List::Pluggable qw(list_modules_under); use Data::Dumper; print Dumper(list_modules_under("DBD"));