RE: Invoke MS EXCELL From Perl

2002-03-08 Thread Hewlett Pickens
As M. Kirk DeBaets pointed out in earlier post, GD is available for the Win32 Perl distribution. He graciously explained how to use PPM to download the modules and they work as advertised. That's the nice thing about this list. Folks are always willing to assist. I didn't even know about PPM pr

RE: Invoke MS EXCELL From Perl

2002-03-07 Thread M. Kirk DeBaets
GD is available for v5.6.1 from ActiveState, see session transcript below for perl -v and PPM. GD and GD::Graph will both be necessary. I use it for rendering *.png files which should be able to be identified and rendered by IE. A very simple and sloppy example of use is also included following

RE: Invoke MS EXCELL From Perl

2002-03-07 Thread murphy, daniel (BMC Eng)
Here's what I've done to start an edit session from Perl: use Win32::Process; Win32::Process::Create($Process, "c:\\program files\\ultraedit\\uedit32.exe", "uedit32 $alljobs_list" , 0, DETACHED_PROCESS, ".")|| die

RE: Invoke MS EXCELL From Perl

2002-03-06 Thread Timothy Johnson
You might want to check out the docs on Win32::OLE. -Original Message- From: Hewlett Pickens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 2:54 PM To: zPerl Beginners Subject: Invoke MS EXCELL From Perl Is there a way to invoke Microsoft EXCELL from Perl? Environment: