in reply to Re: How to get the CLSID with OLE::Storage?
in thread How to get the CLSID with OLE::Storage?
Not quite but your message suggested to me what the proper solution is, thanks. The solution is to apply the string() method to the CLSID returned by the package:
print $Doc->clsid($pps)->string()
works perfectly.
Regards, Vesselin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to get the CLSID with OLE::Storage?
by bontchev (Sexton) on Nov 10, 2007 at 15:29 UTC | |
|
Re^3: How to get the CLSID with OLE::Storage?
by erroneousBollock (Curate) on Nov 11, 2007 at 13:24 UTC |