sub ApplicationTypeLib { my $typelib = shift; $typelib =~ s/\.Application//; for my $lib (@Library) { return @$lib if($lib->[1] =~ /$typelib/); } return (); }
--
Barbie | Birmingham Perl Mongers user group | http://birmingham.pm.org/
In reply to Re^3: How to find GUID of Typelibrary for a given OLE Object?
by barbie
in thread How to find GUID of Typelibrary for a given OLE Object?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |