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

Hi Monks,

I was browsing the internet for Windows APIs to be used in Perl, a tutorial
which can help me understand Windows APIs and Perl usage with them.

Also, a tutorial on Microsoft WMI.
Please suggest some good tutorials.

Replies are listed 'Best First'.
Re: Windows API in perl?
by ikegami (Patriarch) on May 22, 2010 at 17:27 UTC
    The Windows API is documented in Microsoft's MSDN. It can be accessed via XS, Inline::C and Win32::API. WMI can be accessed via DBD::WMI.
Re: Windows API in perl?
by CountZero (Bishop) on May 22, 2010 at 17:04 UTC
    Win32::API of course!

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Re: Windows API in perl?
by planetscape (Chancellor) on May 23, 2010 at 09:10 UTC