in reply to How to get the CLSID with OLE::Storage?
Is that what you're looking for?use OLE::Storage::Property; use strict; my $clsid = $Doc->clsid($pps); die "not a scalar property" unless is_scalar($clsid); print "CLSID => ".$clsid->string."\n";
-David
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get the CLSID with OLE::Storage?
by bontchev (Sexton) on Nov 10, 2007 at 11:59 UTC | |
by bontchev (Sexton) on Nov 10, 2007 at 15:29 UTC | |
by erroneousBollock (Curate) on Nov 11, 2007 at 13:24 UTC |