For Excel: To Open a Spread Sheet: my $Excel = Win32::OLE->GetActiveObject(‘Excel.Application’) || Win32::OLE->new(‘Excel.Application’, \&QuitApp); sub QuitApp { my ($ComObject)=
Category: perl
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 =>
Perl quick start
Installation I use ActivePerl on Windows. After installing Perl, open up a cmd prompt. Execute cpan.bat from c:\Perl\bin or the
Perl ODBC
Perl ODBC access to Foxpro requires the Win32::ODBC module. Add this module using cpan. Here’s a link to help on