NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Win32::API port to 64-bits (Score:1)
"If you were supposed to understand it, we wouldn't call it code." - FedEx
Re:Win32::API port to 64-bits (Score:2)
Seriously, changing the module name would be very bad for writing portable scripts because you would then have to import different modules depending on the native size of your pointers. That's something you don't really care about at the Perl level.
Reply to This
Parent
Re: (Score:1)
"If you were supposed to understand it, we wouldn't call it code." - FedEx