http://qs321.pair.com?node_id=359846


in reply to How to make Win32::API easy to use

I often write
use Win32::API; Win32::API::->Import("kernel32","HANDLE GetCurrentProcess()");
so it seems to me that all that is required is a
{ no strict 'refs'; *import = \&Import; }
. That and maybe eliminating the eval from Win32::API::Import.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.