Results for "Perl"

Tags

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

    Tags: Perl, Dancer, Web, Server, Website

    3214 days ago

  • Fancy One-Liner http://userweb.eng.gla.ac.uk/umer.ijaz/bioinformatics/oneliners.html #Perl #OneLiner #Bioinformatics #Quick #Common #Tricks #CommandLine #Terminal

    Tags: Perl, OneLiner, Bioinformatics, Quick, Common, Tricks, CommandLine, Terminal

    3214 days ago

  • Perl Elements to Avoid http://perl-begin.org/tutorials/bad-elements/ #Perl #Tricks #Avoid #Learn #Beginners

    Tags: Perl, Tricks, Avoid, Learn, Beginners

    3214 days ago

  • Print all possible 2 combination of words ( ATGC): $letter = join',','A','T','G','C'; @abc=glob "{$letter}{$letter}"; foreach (@abc) { print "$_\n"; } #Perl #PerlTrick #TipsOftheDay

    Tags: Perl, PerlTrick, TipsOftheDay

    3207 days ago

  • Besides, I wasn't trying to help them understand. I was only trying to help them think they understand. --#Larry Wall #Perl #Quotes

    Tags: Larry, Perl, Quotes

    3201 days ago

  • install PAR::Packer in unbuntu. $ sudo apt-get install libpar-packer-perl #pp #Perl #Ubuntu

    Tags: pp, Perl, Ubuntu

    1124 days ago

  • Search and replace the string 'this' with the string 'that' in the file filename. perl -p -i -e 's/this/that/g' filename #Perl #Trick #PerlOneLiner #Tipsoftheday #Replace #FindandReplace

    Tags: Perl, Trick, PerlOneLiner, Tipsoftheday, Replace, FindandReplace

    3148 days ago

  • Extract sequences by their ID from a fasta file. perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @ARGV' ids.txt sample1.fa #Extract #Sequences #IDs #Fasta #Perl #Trick #Oneliner

    Tags: Extract, Sequences, IDs, Fasta, Perl, Trick, Oneliner

    3145 days ago

  • Remove the fasta description and just keep the identifier. perl -p -i -e 's/>(.+?) .+/>$1/g' sample1.fa #Perl #Oneliner #Trick #Tips #Fasta #Identifier #Remove

    Tags: Perl, Oneliner, Trick, Tips, Fasta, Identifier, Remove

    3145 days ago

  • To uninstall a perl module $ cpanm --uninstall <Module::Name> #Perl #Trick #Uninstall #Module

    Tags: Perl, Trick, Uninstall, Module

    3001 days ago