in reply to Can't find <module> in @INC error

I installed Term::ANSIColor through CPAN
Since Term::ANSIColor is a Core module, you should not have had to install it:
corelist Term::ANSIColor Term::ANSIColor was first released with perl v5.6.0

Replies are listed 'Best First'.
Re^2: Can't find <module> in @INC error
by maanu2k (Novice) on Jun 06, 2012 at 16:33 UTC

    Thanks toolic. I was hitherto unaware of that. Forgive my ignorance as I am still learning the language.