in reply to Re: beginner - can't load a module
in thread beginner - can't load a module
Perl is looking for bin/ExecuteConfigureBioMartBuilder.pm in its error message. But there only is ./ExecuteConfigureBioMartBuilder.pm. You need to put the module into a bin/ directory or put both, the module and the script into a bin/ directory and launch the script from one level higher.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: beginner - can't load a module
by Anonymous Monk on Oct 16, 2010 at 22:19 UTC | |
by Corion (Patriarch) on Oct 16, 2010 at 22:37 UTC |