http://www.perlmonks.org?node_id=1004698


in reply to Win32::GUI on 64bit Windows?

Hi

You can not install Win32 modules in x64 bit perl. I use Win32::Gui in Windows 7 machine (x64). What I did is,
1. Install 32 bit perl 5.14 (ActivePerl)
2. Install the compiled Win32::GUI via ActivePerl's PPM tool
5. Enjoy.

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.