Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
It seems that Perl can do anything, so I thought I would examine its suitability first. :)
I found a module called Win32::OLE, but it appears to only make Perl function as a DDE client (if I understood the documentation - certainly a dubious assumption).
Random questions:
1. Do modules exist to do this, and if so, which ones?
2. Does anyone have or know of any example code I could use as a starting point?
3. I have written a few (small and simple) Perl programs on Linux, but I would do this on Windows (I have Cygwin installed). Any thoughts or caveats specific to Cygwin?
4. (separate, but related, even if a little theoretical) - Can I write a DDE client in Perl to grab ANY data that I could get in Excel? 4a. Would a DDE server restrict its data to Excel only, or could any program receive it (with the right syntax)?
Thank you for your wisdom.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DDE Server? Client?
by tachyon (Chancellor) on Mar 26, 2004 at 02:29 UTC | |
by Anonymous Monk on Mar 31, 2004 at 22:37 UTC | |
by tachyon (Chancellor) on Mar 31, 2004 at 23:45 UTC | |
by Anonymous Monk on Apr 01, 2004 at 03:51 UTC | |
by tachyon (Chancellor) on Apr 02, 2004 at 01:13 UTC | |
|