RE: Re: Launching Excel via Win32::OLE with libraries

2002-01-09 Thread Joe . Finnern
That actually works, although it's kind of looser than I would have hoped for. Hoping for it to hit the right Excel (if more than one exists) instead of creating a direct handle to it on startup, but if it works I can't really complain. Thanks, Joe Visit our website at http://www.ubswarburg

Re: API parameters

2002-01-09 Thread dolljunkie
- Original Message - From: "Dunnigan,Jack [Edm]" <[EMAIL PROTECTED]> > So, how can I find out what the constants are? i.e. Where can this > information be found? Did you try MSDN? : http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid =28000546 I'm doing (sort o

Re: Launching Excel via Win32::OLE with libraries

2002-01-09 Thread Jeffrey
Just a thought (untested, BTW). But how about doing a system ("Excel.exe lib.xll lib2.xll"); then issuing a $Excel = Win32::OLE-> GetActiveObject('Excel.Application'); call? --- [EMAIL PROTECTED] wrote: > > How would I launch an instance of Excel, loading > XLLs in the process - > somethin

Launching Excel via Win32::OLE with libraries

2002-01-09 Thread Joe . Finnern
How would I launch an instance of Excel, loading XLLs in the process - something along the lines of this dos command "Excel.exe lib.xll lib2.xll" The Win32::OLE new() method doesn't seem to provide for load parameters. Rgds, Joe Visit our website at http://www.ubswarburg.com This message c

Module for RLE compression?

2002-01-09 Thread Adam Frielink
Greetings all, Does anyone have knowledge of a module to handle RLE compression? I email alot of PDF documents and was hoping to use some form of compression on these files. Anyone have another thought of a better way to handle the compression? Adam Frielink Tyco Plastics __

Re: modifying (splitting) elements of an array

2002-01-09 Thread Thomas R Wyant_III
Abner, Daniel" <[EMAIL PROTECTED]> wrote: > What's an efficient way of splitting the elements of an array > globally? For instance, let say an array consists of the > following two elements: > Bob:Jones > Mary:Parker > Let's say I'd like to cut each element of the array down to > the string pr

RE: Strange return value on web

2002-01-09 Thread Joseph P. Discenza
[EMAIL PROTECTED] wrote, on Tuesday, January 08, 2002 7:18 PM : I´m runnig this script on my IIS Server:$strName = "_Name: " . : $Resquest->Form('txtName'); ... and I get : Win32::OLE=HASH(0x35901be) as a value, but if I remove " _Name: " : . I get the right value. Does anyone

Re: Opening the windows Default Browser and sending it to a URL - FEEDBACK

2002-01-09 Thread Martin Moss
system "start http://www.yahoo.com";;Very slow, takes about 6 seconds to decide to load Browser system "explorer http://www.yahoo.com";Instant, but not using Default browser! Does anybody else notice this situation whereby using Start $url takes a long time to respond? I'm using Windo

RE:Parsing and regexp

2002-01-09 Thread Jorge Goncalvez
Hi, I made a parsing of a file which contains : this: Adresse IP. . . . . . . . . : 155.132.48.23 like this to obtain the Ip adress. if ($_ =~/Adresse IP/) { $_ =~ s/.+://; $Subnet=$_; push @IPREAL, $_; $_=~

from VB to Perl

2002-01-09 Thread Allegakoen, Justin Devanandan
All, I have a program I converted from VB into Perl. Amongst other things it connects to a DB (which is VAX based), and pulls out values. When printing these values with the VB program, it comes out fine. When printing a so called date with the Perl version, I get the date as:- Win32::OLE::Var

Identifying Solaris machines using a Win32 Perl script?

2002-01-09 Thread Geoffrey Leeming
I'm writing a perl script to scan a few hundred machines on my network; some are WinNT, some are Win2k, some are Solaris (2.6, 7 or 8). The script's running on a Windows NT machine. I need to look take various different actions on each machine depending on which OS it is. I can identify t