Nope. I stuck a print statement just before the "new". That output was
displayed, the perl process exited (again, silently) before getting to the
server print statment showed it's output.

-----Original Message-----
From: Jan Dubois [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 16, 2000 5:10 PM
To: Charlie Fineman
Cc: Perl-Win32-Users Mailing List
Subject: Re: Win32::OLE->new silently killing perl process


So what does the following test program do?  Does it print the
ProductName?

#------------------------------------------------------
use strict;
use Win32::OLE;
$^W=$|=1;

my $server = Win32::OLE->new("PCMServer.PCMServer");
print "server is $server\n";
print "product name ", $server->ProductName, "\n";
#------------------------------------------------------

-Jan

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to