NAME
Win32::DDE - Perl extension for Win32 DDE
SYNOPSIS
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);
OVERVIEW
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.
FUNCTIONS
AUTHOR
Doug Wegscheid, wegscd@whirlpool.com