in reply to Re: Win32 API question
in thread Win32 API question

if you are using Active State perl on these machines, then Win32::API should already be installed on them.

(Very) minor quibble - ActiveState perl does not come with Win32::API ... ummm ... or do I mean the converse ... :-)
E:\>perl -e "print $ActivePerl::VERSION" 817 E:\>perl -MWin32::API -e "print $Win32::API::VERSION" Can't locate Win32/API.pm in @INC (@INC contains: E:/Perl817/lib E:/Pe +rl817/site /lib .). BEGIN failed--compilation aborted.
Cheers,
Rob