in reply to Re^4: Memory addressing
in thread Memory addressing

Bottom line: you can't write drivers in Perl. For various reasons drivers must be written in C (not C++; C) for Windows. Even if you know nothing at all about C, it would be quicker to learn C to write your driver than to attempt to use Perl!

For early versions of Windows you could use assembly language :), but still not Perl.


DWIM is Perl's answer to Gödel