pomgolian has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,
I have a need to communicate with a win32 app (GoldMine CRM database application actually), and the GoldMine way of doing things when manipulating the current record (from the users perspective) is with DDE. Unfortunately, all perl DDE googling seems to point to Win32::DDE::Client and all links to said package seem to be dead. Does anybody have a copy they can send me/point me too and/or does anybody know why the package seems to be no longer available.
Thanks in advance.
Chris Thanks Rob for the speedy reply, The package installed fine, I will have a bash at using it tomorrow. ps www.bribes.org added to bookmarks!

Replies are listed 'Best First'.
Re: Wanting Win32::DDE::Client
by syphilis (Archbishop) on Feb 27, 2006 at 01:20 UTC
    Perhaps:
    ppm install http://www.bribes.org/perl/ppm/Win32-DDE.ppd

    Cheers,
    Rob