RE: Perl calling Visual Basic

2002-02-22 Thread Dean Theophilou
22, 2002 8:27 AM To: Chris Cc: [EMAIL PROTECTED] Subject: Re: Perl calling Visual Basic >>>>> "chris" == chris <[EMAIL PROTECTED]> writes: chris> @result = `myCompiledVBApp AnyArgs`; chris> Anyone think I have lost my mind, or did I get one rig

Re: Perl calling Visual Basic

2002-02-22 Thread Chris Ball
> "chris" == chris <[EMAIL PROTECTED]> writes: chris> @result = `myCompiledVBApp AnyArgs`; chris> Anyone think I have lost my mind, or did I get one right??? Close. I don't see why you're passing the return to an array rather than scalar (@ rather than $), since it should just be a

Re: Perl calling Visual Basic

2002-02-22 Thread Jenda Krynicky
From: Chris <[EMAIL PROTECTED]> > Calling the VB app "should" be fairly straight, if it is local to the > Perl program... > > @result = `myCompiledVBApp AnyArgs`; > > If the VB App returns anything, the @result should (hopefully???) > catch it... I don't think the VB applicati

Re: Perl calling Visual Basic

2002-02-22 Thread Chris
Joanne Kowalinski wrote: > Hi, > > I am thoroughly lost and do not know how to do this, or even if it is > possible to do. > We want to have an activestate perl program running on one of our NT > gateways call > a Visual Basic application. The return code from the VB app will then > control the