Results for "Perl"

Tags

  • Dancer is a simple but powerful web application framework for Perl. http://www.perldancer.org/ #Perl #Framework #Website #Development

    Tags: Perl, Framework, Website, Development

    3485 days ago

  • perl -nle '$count += () = /XY[0-9]+/g; END {print $count}' inputfile #Count #Perl #Perloneliner

    Tags: Count, Perl, Perloneliner

    3637 days ago

  • Install Bioperl on ubuntu : sudo apt-get install bioperl #Bioperl #Install #Perl

    Tags: Bioperl, Install, Perl

    3619 days ago

  • Perl scripts for Bioinformatics http://jura.wi.mit.edu/bio/bioinfo/scripts/ #Perl #Bioinformatics #Genetics #Scripts

    Tags: Perl, Bioinformatics, Genetics, Scripts

    3618 days ago

  • Force install a Perl module sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "CPAN::Shell->force(qw(install Nginx::Log::Entry))" #Perl #Install #Force #CPAN #Module

    Tags: Perl, Install, Force, CPAN, Module

    3613 days ago

  • Use multi-core with Perl programs http://perltricks.com/article/61/2014/1/21/Make-your-code-run-faster-with-Perl-s-secret-turbo-module #Perl #MCE #Speed #Module

    Tags: Perl, MCE, Speed, Module

    3613 days ago

  • Count the total number of lines in a file. my $total=@{[<INFILE>]}; #Perl #Count #Number #Total #File

    Tags: Perl, Count, Number, Total, File

    3607 days ago

  • Count the number of occurrence of pattern in a file using Perl. perl -e '$_ = <>; print scalar ( () = m/needle/g ), "\n"' #Perl #Perloneliner #Count #Occurrence

    Tags: Perl, Perloneliner, Count, Occurrence

    3607 days ago

  • To count number of fasta entries, I use: grep -c '^>' mySequences.fasta #Perl #Count #Number #Fasta #Linux #Grep

    Tags: Perl, Count, Number, Fasta, Linux, Grep

    3566 days ago

  • Chromosome Visualization Tool: A Whole Genome Viewer http://www.hindawi.com/journals/ijpg/2011/373875/ #Chromosome #Visualize #Plot #Perl

    Tags: Chromosome, Visualize, Plot, Perl

    3514 days ago