From: "Chi Lin" <[EMAIL PROTECTED]> > Can you reference DLLs within your Perl scripts? > > I'd like to pass an array of data to a DLL for verification. The DLL > will return whether the data is valid.
You want to use either Win32::API or FFI (I believe both may be installed via PPM). Read the docs. You might try Inline::C or writing an XS module, but that would be harder. If you have problems, come and ask again :-) Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]