Environment: Win2k, Perl 5.6.1, PPM 2.2.0
I'm trying to install Win32::Printer from the default ActiveState repository. I receive no error messages and it appears to install, however, I cannot find any trace of it on the drive. My session looks like this:
C:\>ppm install Win32-Printer
Installing package 'win32-Printer' ...
Downloading http://ppm.ActiveState.com/PPMPackages/5.6plus/MSWin32-x86-multi-thread/Win32-Printer-0.7.0.tar.gz ...
C:\>perl -e "use Win32::Printer; print $Win32::Printer::VERSION;"
Can't locate Win32/Printer.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Any suggestions as to why it is not installing correctly or what I could do differently to accomplish this install?
-Mike
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>