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

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

Hello, Perlmonks.com! I've been here in the past for solutions or to blow off time in school, but now I have a problem that's rather annoying.

I'm editing some source code for a (http://knightsoftheoldrepublic.filefront.com/file/KOTOR_and_TSL_Save_Game_Editor_English_Language_Only;68852). The guy who programmed it used Tk::PNG and Imager::File::PNG to make the icons for the items in the inventory, since the games uses .tga files with alpha channels.

My problem is that I downloaded (http://gnuwin32.sourceforge.net/packages/zlib.htm) zlib and (http://gnuwin32.sourceforge.net/packages/libpng.htm) libpng(the first link on each page, marked "Setup") and installed them to C:\Program Files\GnuWin32. Now when I try to use CPAN in the command prompt, I type "install Imager::File::PNG", and I get (http://ppm4.activestate.com/MSWin32-x86/5.16/1600/T/TO/TONYC/Imager-File-PNG-0.89.d/log-20130716T041338.txt) this.

Sorry for the long post, but bottom line: Can anyone help me with installing this? I have Win XP, btw. If no one can help me, Are there any alternatives that work with Tk that will let me use the images without showing the alpha layer?

Thanks for reading, and happy programming!