show/hide this revision's text 2 Added XSUBs

In Perl, Win32::API is an easy way to some interfacing to DLLs. There is also Inline::C, if you have access to a compiler and the windows headers.

Perl XSUBs can also create an interface between Perl and C.

show/hide this revision's text 1

In Perl, Win32::API is an easy way to some interfacing to DLLs. There is also Inline::C, if you have access to a compiler and the windows headers.