RE: Convert Python Com Code to Win32::OLE

2004-11-05 Thread Jan Dubois
On Fri, 05 Nov 2004, Celeste Suliin Burris wrote: testtext = gp.Usage(Buffer_analysis) ... $testtext = $gp-{Usage}-(Buffer_analysis); Try: $testtext = $gp-Usage(Buffer_analysis); Cheers, -Jan ___ Perl-Win32-Users mailing list [EMAIL PROTECTED]

Re: Convert Python Com Code to Win32::OLE

2004-11-05 Thread Celeste Suliin Burris
Unfortunately, that doesn't work either. I think I tried it before in my thrashing around. Thanks for the help, anyway On Nov 5, 2004, at 13:02, Jan Dubois wrote: On Fri, 05 Nov 2004, Celeste Suliin Burris wrote: testtext = gp.Usage(Buffer_analysis) ... $testtext =

Re: Convert Python Com Code to Win32::OLE

2004-11-05 Thread Celeste Suliin Burris
Well, it doesn't blow up, but it creates an 'undef' variable. I'm not sure if that is progress. On Nov 5, 2004, at 14:34, Chris wrote: I don't know much about OLE, but it looks like a simple hash. Maybe $gp{'Usage'}{'Buffer_analysis'} is what your looking for? - Chris -Original Message-