Difference between revisions of "Perl"

From wiki
Jump to: navigation, search
(Created page with "= Introduction = Quite a large software package for dealing with RNA and RNA structure = Installation = New versions of perl follow this configuraion before compiling sh...")
 
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
  
Quite a large software package for dealing with RNA and RNA structure
+
Perl has been one of the cornerstones of bioinformatics and is unlikely to give up this role, simply because so many user-contributed modules are avaiable for it.
  
 
= Installation =
 
= Installation =
  
New versions of perl follow this configuraion before compiling
+
New versions of perl follow this configuration before compiling
  
 
  sh Configure -de -Dprefix=/shelf/modulefiles/tools/perl/5.26.1 -Dusesheplib
 
  sh Configure -de -Dprefix=/shelf/modulefiles/tools/perl/5.26.1 -Dusesheplib
  
 
As well as installing in the right place, it will also create the perl shared library, which other programs, those who like to sport perl interfaces, might like to use.
 
As well as installing in the right place, it will also create the perl shared library, which other programs, those who like to sport perl interfaces, might like to use.

Revision as of 11:16, 5 October 2017

Introduction

Perl has been one of the cornerstones of bioinformatics and is unlikely to give up this role, simply because so many user-contributed modules are avaiable for it.

Installation

New versions of perl follow this configuration before compiling

sh Configure -de -Dprefix=/shelf/modulefiles/tools/perl/5.26.1 -Dusesheplib

As well as installing in the right place, it will also create the perl shared library, which other programs, those who like to sport perl interfaces, might like to use.