Two key areas for improving Perl programming are achieving better support for Win32 and efficiently producing an executable version of your program. Here, we've rounded up a couple of tips to address ...
I was actually given a copy of this book, Learning Perl on Win32 Systems, but I found for most of the stuff that I do, my copy of Programming Perl, was sufficient. At any rate, it's probably a good ...
I'm writing a Win32 program with MSVC++ 6.0. The whole user interface is just one Dialog Box which I created with the resource editor. My question is, how can I set/add an icon to the title bar of the ...