I am a noob to perl. Searching for "How to install a perl module" I did install cpan and tried the following:
sudo cpan install Logger
But received:
Going to read '/Users/steve/.cpan/Metadata'
Database was generated on Wed, 09 Oct 2013 06:53:03 GMT
Warning: Cannot install Logger, don't know what it is.
Try the command
i /Logger/
to find objects with matching identifiers.
So I tried that too:
cpan[1]> i Logger
Going to read '/Users/steve/.cpan/Metadata'
Database was generated on Wed, 09 Oct 2013 06:53:03 GMT
No objects found of any type for argument Logger
Here are some of the imports:
use TDScli;
use Logger;