Tag: Perl

Translating genes using BioPerl

BioPerl is a popular open-source Perl package for biological computation, and it provides a wide range of functionalities for sequence analysis. One of the essential tasks in molecular biology is…

Perl $_ vs. $_[]

For a beginner, Perl can be a frightening language. This is largely due the numerous special variables used in perl. Once a programmer understands the special variables, he/she begins to…

Quick Introduction to BioPerl

BioPerl is a collection of Perl modules that facilitate the development of Perl scripts for bioinformatics. It is open source and widely used in the bioinformatics community. Bioperl provides software…