Results for "Perl in a day"

Wire posts

  • #Local #BLAST tutorial http://www.woolfit.net/perl/51blastall.html

    3108 days ago

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

    3044 days ago

  • Print all the values between 15 to 17. perl -ne 'print if 15 .. 17' file #Perl #PerlTrick #Range

    3037 days ago

  • Delete space from FASTA header: perl -pe 's/>\S+\K.+//' < file.fasta > new_file.fasta #PerlOneLiner #Trick #Perl #Space #Fasta

    3007 days ago

  • Print all text after a matching string perl -ne "print unless 1 .. m(String)" #Perl #OneLiner #String #Perl #Trick

    3003 days ago

  • Perl common flags http://perldoc.perl.org/functions/-X.html # Perl #Flags #Trick

    3000 days ago

  • Perl Scripts for Science and Engineering http://www.lwebzem.com/cgi-bin/se_res/scripts.cgi #Perl #Script #Science

    2944 days ago

  • #Upgrade the #perl in #Ubuntu $ sudo cpan cpan[1]> upgrade

    2874 days ago

  • You can also try this on Ubuntu sudo perl -MCPAN -e 'upgrade'

    2874 days ago

  • You can also try perl -MXML::Simple -e 1

    2874 days ago