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

The name of the module is Term::ANSIColor, not TERM::ANSIColor. Perl is case sensitive even on systems that are not.

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

    Thanks choroba. Just after I posted the questioned I figured that out by going to the directory where the module was installed. However, thanks for the quick reply. :) Jeez, I started off with a blooper on Perlmonks ... :|

      Any question that contains enough information for the first response to comprehensively answer, is a good one.
      perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

        Thanks tobylink! That is a nice thought. High five!