G'day all
there are two parts to my question ("why not post two seperate questions??" because it's the same question in two parts!)
Im trying to use the Win32::API module to reference a Win32 dll, only im not sure that i have installed the module correctly.. I have put the module in the 'lib directory, in a Win32 dir under the lib dir ( i have also run nmake on it).. which is the correct place for it, and when i try to call it i get the error:
"can't locate loadable object for module Win32::API in @INC"
now i assume perl cannot find the module, but could it be that im not calling it properly in my script??
any help will be grately appreciated, thanks in advance
there are two parts to my question ("why not post two seperate questions??" because it's the same question in two parts!)
Im trying to use the Win32::API module to reference a Win32 dll, only im not sure that i have installed the module correctly.. I have put the module in the 'lib directory, in a Win32 dir under the lib dir ( i have also run nmake on it).. which is the correct place for it, and when i try to call it i get the error:
"can't locate loadable object for module Win32::API in @INC"
now i assume perl cannot find the module, but could it be that im not calling it properly in my script??
any help will be grately appreciated, thanks in advance