in reply to Syntax and Temporary Variables
Accessing OLE information can get quite tricky when you don't know exactly what is where. The easiest way I've found (on top of scouring msdn is to send the variables to Data::Dumper. I'd have to say it's saved me more time when working with OLE stuff than anything else.use Win32::OLE qw(in);
Hope this helps..
Rich
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Syntax and Temporary Variables
by John M. Dlugosz (Monsignor) on Jul 21, 2001 at 01:06 UTC |