[BioSQL-l] bioperl basics

Barry Moore barry.moore at genetics.utah.edu
Fri Mar 14 03:08:19 UTC 2008


John,

@INC is not an environment variable, it is a perl variable that gets  
populated by the environment variable PERL5LIB.  You would normally  
set that environment variable by doing something like 'export  
PERL5LIB='/path/to/perl/libraries':$PERL5LIB' if you use bash shell  
or setenv PERL5LIB "/path/to/perl/libraries:$PERL5LIB" if you use c  
shell and you'll want to put those lines into the appropriate start  
up files so that they get set everytime you log in.  This will be  
different on a windows system but I'm afraid I can't help with that.

If you are having trouble installing bioperl I would encourage you to  
read the installation documentation at http://www.bioperl.org/wiki/ 
Installing_BioPerl.  Beyond that you will find a wealth of help with  
your beginning perl questions by searching the web with Google,  
asking at perlmonks.org or joining one of the many perl mailing lists  
that you can find at http://lists.cpan.org/.

The bioperl mailing list and this mailing list (BioSQL) are devoted  
specifically to discussions directly related to Bioperl and BioSQL  
respectively.  You should search for answers to questions like this  
one first on the web, then on one of the general perl mailing lists  
or web sites mentioned above.  When you have questions (even beginner  
ones) that are specific to Bioperl or BioSQL you are welcome post to  
those lists at any time.

Barry


On Mar 13, 2008, at 7:58 PM, mrphysh at juno.com wrote:

> I am a molecular biologist studying bioinformatics from a Perl  
> background and making progress.  I am realizing that without  
> tapping into the existing infrastructure, I will be writing code  
> for ever.  Bioperl is the path for me.  I am moving forward.
>
> the error I encounter is
>
> can't locate Cache/FileCache in @INC (@INC contains /etc/perl/ /usr/ 
> locaql/lib/perl/5.8.8 .....)    and so forth.
>
> I found the files in a home directory.  I must have told the  
> install to put them there...?
>
>
> anyway:  How do I edit this environmental variable..... @INC.  I  
> cannot find anything in my book.
>
> thanks
> john brigham
>
>
> I will be writing code for years and need to tap into the
> _____________________________________________________________
> Need cash? Click to get an emergency loan, bad credit ok
> http://thirdpartyoffers.juno.com/TGL2121/fc/ 
> Ioyw6i3mKmyQsg01zMPK1Qa0178ZfajwTEBgEXdzlmb9zLLZc8pLOU/
>
>
>
> _______________________________________________
> BioSQL-l mailing list
> BioSQL-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/biosql-l




More information about the BioSQL-l mailing list