or download this
The first example imports all Excel constants names into the main name
+space and prints the value of xlMarkerStyleDot (-4118).
...
use Win32::OLE::Const;
my $Excel = Win32::OLE->new('Excel.Application', 'Quit');
my $xl = Win32::OLE::Const->Load($Excel);