View Single Post
  #8  
Old 03-03-2005, 07:34 PM
ndnet
Hill Giant
 
Join Date: Oct 2003
Posts: 105
Default

If the IO::Scalar automated BS is messing up for you, here's an alternative method of installing IO::Scalar.

Visit http://cpan.uwinnipeg.ca/module/IO::Scalar - Click the "Download" link next to IO-Stringy (IO::Scalar's parent package)

Extract the file somewhere memorable. Open a command window (Start->Run->"cmd") and navigate to the folder including it (e.g. "cd \perl\IO-stringy-2.110\").

Now that you're in the folder, execute these commands:

Code:
 perl Makefile.PL
 nmake
 nmake test
 nmake install
Reply With Quote