http://www.perlmonks.org?node_id=1208268


in reply to Locating Chart::Gnuplot

For me to get this to work, I need to use the full path and put it in quotes:

use lib '/Users/VinsWorldcom/perl5/lib/perl5'; use Chart::Gnuplot;

... assuming Chart/Gnuplot.pm lives under the above directory.