in reply to Win32::OLE PowerPoint Shapes
Try something like this
use Win32::OLE; use Win32::OLE::Const 'Microsoft Office'; print msoShapeRectangle . ":" . msoShapeOval; __END__ results: 1:9
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Win32::OLE PowerPoint Shapes
by Anonymous Monk on Oct 27, 2003 at 14:01 UTC |