in reply to Using Bioperl module for first time.

You may find this page useful
How to install Perl modules on Mac
and this page detailing how to use them
Using Perl modules
  • Comment on Re: Using Bioperl module for first time.

Replies are listed 'Best First'.
Re^2: Using Bioperl module for first time.
by mastarr (Novice) on Mar 19, 2013 at 19:13 UTC

    Thank you very much! The How to install Perl modules on a Mac link was exactly what I needed.

    It said, "The only instructions I could find point to Fink, which basically installs modules in a path that isn’t included in the Perl @INC variable" and this was exactly my problem.

    I reinstalled it using the directions there and everything seems perfect now. Thanks a lot.