X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=code_perl%2F00README;h=87b098680c67bd154254ae36d1b61e299bbf149c;hb=48bea5c28b89dc5586d0bddb338ccd6ba23aa1f9;hp=6fe11078cc441277556a595c340b5dfa617c37fe;hpb=001e146db3c18234f34f3eddfe7197ffe79c7ba2;p=biopieces.git diff --git a/code_perl/00README b/code_perl/00README index 6fe1107..87b0986 100644 --- a/code_perl/00README +++ b/code_perl/00README @@ -1,14 +1,10 @@ -New developers should add their own subdirectory here for their own Perl modules: +New developers should add their own subdirectory here for their own Perl code: - ../biopieces/code_perl/Maasha # this is my Perl modules directory. - ../biopieces/code_perl/ # this could be your new modules directory. + ../biopieces/code_perl/Maasha # this is my code directory. + ../biopieces/code_perl/ # this could be your new code directory. -After creating your new subdirectory you can write some Perl modules and put there: - ../biopieces/code_perl//.pm - ../biopieces/code_perl//.pm - ... +Finally, add your new Perl code directory to the PERL5LIB path in the configuration: -Finally, add your new Perl modules directory to the PERL5LIB path in the configuration: ../biopieces/bp_conf/bashrc # look inside this file for information on how to do that.