in reply to Re^2: Need to have win32::API module compatible with perl 5.6.1.635
in thread Need to have win32::API module compatible with perl 5.6.1.635
I'm sorry, I meant to say "The PPM files you downloaded" were for another version of Perl.
You install Win32::API like you install any other Perl module:
C:\>cpan Win32::API
or alternatively, download and unpack Win32::API:
C:\> cpan cpan> look Win32::API C:\...>perl Makefile.PL C:\...>perl -V:make C:\...>dmake C:\...>dmake test C:\...>dmake install
Depending on the output of perl -V:make you might need to use a different program than dmake. Most likely that is nmake.
See A guide to installing modules for Win32 for example.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Need to have win32::API module compatible with perl 5.6.1.635
by PerlRider (Initiate) on Jan 15, 2013 at 09:27 UTC | |
by marto (Cardinal) on Jan 15, 2013 at 09:46 UTC | |
by Anonymous Monk on Jan 15, 2013 at 09:42 UTC | |
by bulk88 (Priest) on Jan 16, 2013 at 01:15 UTC | |
by PerlRider (Initiate) on Jan 16, 2013 at 13:35 UTC | |
by bulk88 (Priest) on Jan 17, 2013 at 00:32 UTC | |
by Anonymous Monk on Jan 16, 2013 at 13:41 UTC |