Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

just alias import to Import

by PodMaster (Abbot)
on Jun 03, 2004 at 00:05 UTC ( [id://359846]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://359846]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2024-04-24 16:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found