//; my $top_module = $self->get_top();
@subinst_arr = $anyObj->search_subinst(
From=>$ObjToStartFrom OR 'path.to.objToStartFrom',
Depth=>$HowDeepToSearch,
PathRegex=>'Path.to.Inst',
INameRegex=>'InstanceName',
MNameRegex=>'ModuleName',
BNameRegex=>'BaseModuleName',
SNameRegex=>'SourceTemplateName',
HasParamRegex=>'ParamName' OR \@ParamList,
ApplyMap=>\&func);