I have a need to interact with a local console application which won't
accept command line parameters to do what I need.  So somehow, I need to
open a read/write pipe to it.  I tried using Net::Telnet and spawning
the command, but it seems IO::Pty can't be implemented on Windows so it
can't create the virtual terminal.

What's the best (or A) solution to do this?

-----Original Message-----
From: Reiner Luett [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, January 02, 2003 7:34 PM
To: Peter Heirman; [EMAIL PROTECTED]
Subject: Re: dde and perl 5.8

Hello,

> I would like to migrate to 5.8 , but dont seem to be able to find the
> win32::DDE module for ppm on activestate. Anyone knows where I can
find
> it? 

That's true. It seems like you have the same problem as me.
I didn't find a DDE module on ActiveState. For now, 
I have compiled a Win32 executable with Perl 5.6 and
the Win32:DDE module, but in future I hope, that there
will be module for the ppm. In worst case you have to
write for you own.

Best regards,
Reiner
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to