]> git.donarmstrong.com Git - biopieces.git/blob - code_perl/00README
fixed inline PNG in Bbrowser
[biopieces.git] / code_perl / 00README
1 New developers should add their own subdirectory here for their own Perl modules:
2
3     ../biopieces/code_perl/Maasha           # this is my Perl modules directory.
4     ../biopieces/code_perl/<new developer>  # this could be your new modules directory.
5
6 After creating your new subdirectory you can write some Perl modules and put there:
7     ../biopieces/code_perl/<new developer>/<your module 1>.pm
8     ../biopieces/code_perl/<new developer>/<your module 2>.pm
9     ...
10
11 Finally, add your new Perl modules directory to the PERL5LIB path in the configuration:
12     ../biopieces/bp_conf/bashrc  # look inside this file for information on how to do that.
13
14
15 All done.
16
17
18 Martin A. Hansen, July 2008.