Note, if Excel not installed on the machine, you must download compatible OLEDB drivers in Microsoft Access Database Engine (google Microsoft
Category: Language Specific
programming Language Specific Posts
Win32::OLE
For Excel: To Open a Spread Sheet: my $Excel = Win32::OLE->GetActiveObject(‘Excel.Application’) || Win32::OLE->new(‘Excel.Application’, \&QuitApp); sub QuitApp { my ($ComObject)=
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
Python Image Compressor
A simple image compressor written in Python 2.7. This program will take all .png files in the current directory and
Python Text to XML Converter
This Python 2.7 program will convert each line from a text file copied to an Android XML resource string. It