From: Pavel Vodopyan <[EMAIL PROTECTED]> > Hello Friends! > Does anybody know how to call DLL functions from Perl script. > (On Windows OS). > I will be thankful for any ideas. > Thank you.
Are these "good old windows DLLs" or .Net ones? In the first case have a look at Win32::API : http://search.cpan.org/search?query=Win32%3A%3AAPI&mode=module FFI : http://search.cpan.org/search?query=FFI&mode=module if the later, you need to use ActiveState's PerlNET I believe: http://www.activestate.com/Products/perl_dev_kit/ HTH, Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/