View Single Post
  #2  
Old 11-20-2004, 01:06 PM
shanxi
Sarnak
 
Join Date: Nov 2004
Posts: 38
Default

http://search.cpan.org/author/ERYQ/I...b/IO/Scalar.pm

http://search.cpan.org/author/ERYQ/I.../IO/WrapTie.pm

Download these, save em in the directory and it should work fine

then do the:

Code:
perl -MIO::Scalar -e "print 'Installed'"
in the command prompt
Reply With Quote