View Single Post
  #4  
Old 07-14-2004, 08:04 AM
infragoblin
Fire Beetle
 
Join Date: Jul 2004
Posts: 7
Default

Quote:
D:\Perl\bin>perl -mcpan -e shell

D:\Perl\bin>install IO:Scalar
'install' is not recognized as an internal or external command,
operable program or batch file.

you have to type 'install IO::Scalar '

inside the cpan shell
the prompt should look like this

Code:
cpan shell -- CPAN exploration and modules installation (v1.7601)
ReadLine support available (try 'install Bundle::CPAN')

cpan>
cpan>install IO::Scalar
if you cannot get the cpan prompt try restarting, or uninstall and reinstall perl
oh and its IO::Scalar not IO:Scaler
Reply With Quote