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

Hi GreatMonks,
Please advise me which module will be suitable to get windows API (GUI).
Thanks in advance

Replies are listed 'Best First'.
Re: problem with Win32::API
by GrandFather (Saint) on Mar 10, 2007 at 09:28 UTC

    If you simply want to create a GUI using Perl I'd suggest using Tk or one of the other similar GUI systems rather than trying to drive the Windows API from Perl.


    DWIM is Perl's answer to Gödel
Re: problem with Win32::API
by Herkum (Parson) on Mar 10, 2007 at 13:23 UTC

    This is where you can find Win32::API. This will just be a wrapper for accessing the API, you still need to know, from another source, how to use the Windows API.

    The same applies to Win32::GUI, though I don't know if you wanted this as well.

Re: problem with Win32::API
by Anonymous Monk on Mar 10, 2007 at 09:14 UTC
    Win32::GUI
      i can't find program which show's win32 API in use Win32::GUI();