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

mastarr has asked for the wisdom of the Perl Monks concerning the following question:

use strict; require Bio::SeqiO;

the error message is:

Can't locate Bio/SeqiO.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Users/Matt/bioperl test.pl line 3.

I can see the files from the module... so my best guess is that i need to change the path to bioperl or add the path to bioperl.

I'm trying to use the module "bioperl" in Komodo edit. I am on OSX 10.6.8 and downloaded the module using "fink" into /sw/.

Thanks for your help!