Bob Showalter <[EMAIL PROTECTED]> wrote:

> Jeff Westman wrote:
> > Hi All,
> > 
> > I am running Active Perl 5.8.0, and installed CSV.pm into
> > c:\perl\lib\text.  When I run the test.pl file with it I get
> > 
> > C:\> perl test.pl
> > 1..20
> > Can't locate auto/Text/CSV/autosplit.ix in @INC (@INC contains:
> > C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/AutoLoader.pm
> line
> > 158.
> >  at C:/Perl/lib/Text/CSV.pm line 23
> > ok 1
> > Can't locate auto/Empty_Subclass/new.al in @INC (@INC contains:
> > C:/Perl/lib C:/Perl/site/lib .) at test.pl line 27
> > 
> > but I see an 'autosplit.pm' in c:\perl\lib.
> > 
> > What's going on, and how do I fix it?  Any help would be
> > appreciated.
> 
> Copying files around is not the proper way to install modules. If
> you use
> ActiveState, you should use the PPM tool to install modules if at
> all
> possible.
> 
> To install Text::CSV, try:
> 
>    C:> ppm install Text-CSV


Worked perfect when installed correctly <g>

Thanks for the help!!!


Jeff



        
                
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to