Win32::DDE - Perl extension for Win32 DDE
use Win32::DDE; if ($Client->Error == Win32::DDE::DMLERR_NO_CONV_ESTABLISHED) { die "Hey! start the silly DDE server!"; } print Win32::DDE::ErrorText ($Client->Error);
This module is mostly the interface to the .xs that actually does the low level interface to the DDEML, and the namespace to look up the DDEML XTYP_* and DMLERR_* constants. It's mostly useless by itself.
The only added value here is the Win32::DDE::ErrorText function.
See Win32::DDE::Client for the useful stuff.
Return the printable name of a DDEML error code (i.e. 'DMLERR_FOOBAR').
Doug Wegscheid, wegscd@whirlpool.com
Win32::DDE::Client
To install Win32::DDE, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Win32::DDE
CPAN shell
perl -MCPAN -e shell install Win32::DDE
For more information on module installation, please visit the detailed CPAN module installation guide.