Re: Calling a function from a win32-DLL in perl



On Dec 27, 3:20 pm, Kira Yamato <kira...@xxxxxxxxxxxxx> wrote:
On 2007-12-27 07:17:36 -0500, Tom Gur <gur....@xxxxxxxxx> said:

Hi,

How can I, within a perl script, call a certain function from a win32
DLL file ?

Thanks,
Tom

use Win32::API;

--

-kira

Is there a way to do it using standard perl modules (without adding
modules) ?
.