----- Original Message ----- From: "Jyoti" <[email protected]>
To: <[email protected]>
Sent: Tuesday, March 30, 2010 5:50 PM
Subject: error while installing win32::Registry module


Dear All,
I was trying to run my script getip.pl . But when i run this script it
gives following error

C:\strawberry\perl\Test>perl GETIP.pl
Can't locate Win32/Registry.pm in @INC (@INC contains:
C:/strawberry/perl/lib C:
/strawberry/perl/site/lib C:\strawberry\perl\vendor\lib .) at GETIP.pl line
1.
BEGIN failed--compilation aborted at GETIP.pl line 1.

To resolve this error I downloaded module Win32-DriveInfo-0.06  from
cpan.org  and used following steps to install but again shows the same
problem.

Correct steps ... but wrong module :-)

You needed to install Win32::Registry, not Win32::DriveInfo. You can grab the Win32::Registry source from http://search.cpan.org/~jdb/Win32-Registry-0.10/

Cheers,
Rob

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to