in reply to Re: Win32::Screenshot in @INC
in thread Win32::Screenshot in @INC

Initially I've installed PERL.

Then through CPAN I've installed Win32::CaptureIE, I've used the following command

CPAN> Install Win32::CaptureIE

But Still It was giving error like @INC few .pm files were not found, then I've manually copied the required files into this location C:/Perl/lib C:/Perl/site/lib since(@INC contains: C:/Perl/lib C:/Perl/site/lib .)

Replies are listed 'Best First'.
Re^3: Win32::Screenshot in @INC
by marto (Cardinal) on Jul 26, 2011 at 08:35 UTC

    The error message you posted says states that Win32::Screenshot isn't installed. This module is a dependencie of Win32::CaptureIE. Have you tried installing that module?

    You may want to check your cpan configuration, you can set it to automatically install dependencies, something like:

    o conf prerequisites_policy follow o conf commit