in reply to Re^2: parsing Win32::OLE::Variant
in thread parsing Win32::OLE::Variant
You need to import the in function from Win32::OLE. Read the documentation on how to import and use in. Alternatively, you likely can call the ->Item method on your object, because most collections use that name to access their entries. Again, I can also only refer you to the documentation that the vendor provides.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: parsing Win32::OLE::Variant
by Anonymous Monk on Sep 26, 2008 at 18:13 UTC | |
|
Re^4: parsing Win32::OLE::Variant
by Anonymous Monk on Sep 26, 2008 at 20:01 UTC | |
by Corion (Patriarch) on Sep 26, 2008 at 20:10 UTC | |
by kevind0718 (Scribe) on Sep 26, 2008 at 22:25 UTC | |
by Corion (Patriarch) on Sep 27, 2008 at 06:07 UTC | |
by kevind0718 (Scribe) on Sep 29, 2008 at 21:48 UTC | |
|