Results for "Perl"

Wire posts

  • Perl scripts for science and engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Scripts

    3871 days ago

  • To count the number of matches in a string !!! $str = "one.two.three.four"; $n =()= $str =~ /\./gi; print $n; #Tipsoftheday #Perl

    3868 days ago

  • Some useful tricks for next generation seq analyst http://chicken.genouest.org/ #Perl #R #C/C++

    3867 days ago

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

    3605 days ago

  • Convert space separated data to tab separated: perl -p -i -e 's/\s+/\t/g' file.txt #Perl #Tipsoftheday #Perlonliner

    3851 days ago

  • To print the matching pattern line perl -ne '/pattern/ && print' infile.gtf #Perloneliner #Tipsoftheday

    3857 days ago

  • GenBank to FASTA format conversion, Written By Junguk HUR http://tinyurl.com/ntp7w5v #Perl #FASTA #Genbank

    3856 days ago

  • sudo apt-get update && sudo apt-get install perl #updatePerl

    3841 days ago

  • Perl Special Variables Quick Reference http://www.perlmonks.org/?node_id=353259 #Perl

    3841 days ago

  • Perl Regular expression http://raven.iab.alaska.edu/~ntakebay/teaching/programming/perl2nd/node1.html #Perl #RegularExpression

    3808 days ago