For Excel: To Open a Spread Sheet: my $Excel = Win32::OLE->GetActiveObject(‘Excel.Application’) || Win32::OLE->new(‘Excel.Application’, \&QuitApp); sub QuitApp { my ($ComObject)=
Month: September 2014
Perl TKx
Tutorial link: http://www.tkdocs.com/tutorial Widgets: Frame: $frame = $parent->new_ttk__frame; Padding: $frame->configure(-padding => “5 10”) Borders: $frame->configure(-borderwidth => 2, -relief =>