I downloaded the Agent.pm file and copied it to my perl library. As there is no makefile I wasn't sure how to really install it, though. Again I got the same error as above. How do I install Log::Agent so that Carp::Datum will recognize it?
When I tried to run
display_indicator.pl I:RSI 13000 | less
I got this:
Can't locate Log/Agent.pm in @INC (@INC contains: ../.. .. /bourse/perl
This does mean that you're lacking one of the perl modules. The Carp::Datum module uses Log::Agent ... so you must install this one as well.