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
> path the Perl program takes.
> I have searched the internet for anything about Perl calling VB and can
> find nothing.
> Any help would be appreciated!
> 
> Thank you - Joanne Kowalinski
> 
> 
> 
> 
> 
> 

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...

Anyone think I have lost my mind, or did I get one right???
:P

Chris


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to