View Single Post
  #6  
Old 12-14-2004, 08:16 AM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

Try running NMAKE.EXE before installing IO::Scalar, also if just plain old

Code:
Install IO::Scalar
doesnt work, try

Code:
make Install IO::Scalar
Reply With Quote