in reply to beginner - can't load a module
Perl was created on Unix-like systems, so to make your life easier on windows:
So summarizing: work in 'c:\bioperl' (or similar), put your libraries in, say, 'c:\bioperl\modules', and add the lib-line to your programs:
Alternatively, add the directory to your PERL5LIB environment-variable.use lib 'c:/bioperl/modules';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: beginner - can't load a module
by JavaFan (Canon) on Oct 17, 2010 at 03:18 UTC |