in reply to accessing perl libraries
I mean.. the error is pretty self explanatory... perl can't find the library in your @INC...
Also... you do use lib "System/common/Bio/Tools"; then use Bio::Tools::pICalculator;
it looks like you might actually want use lib "System/common/";
since Bio::Tools is part of your module path.
|
|---|