Results for "Perl"

Tags

  • A perl script for mapping fasta formated sequences to multiple reference sequences using one of several alignment programs. http://seq.crg.es/download/software/Miro/doc/run_Mapping.html #Perl #Script

    Tags: Perl, Script

    2768 days ago

  • Re-install perl in Ubuntu: sudo aptitude reinstall perl #Perl #Ubuntu #Install #Linux

    Tags: Perl, Ubuntu, Install, Linux

    2746 days ago

  • Slice on the fly with perl: my ($username, $real_name) = (split /:/, $str)[0, 4]; #Perl #PerlTrick #Split

    Tags: Perl, PerlTrick, Split

    2746 days ago

  • Perl module upgrade on Linux: $ sudo cpan then cpan[1]> upgrade #Upgrade #Perl #Modules

    Tags: Upgrade, Perl, Modules

    2723 days ago

  • Accept file from STDIN in Perl my $infh = \*STDIN; my $outfh = \*STDOUT #Perl #Tricks

    Tags: Perl, Tricks

    2695 days ago

  • use File::Basename; use lib dirname (__FILE__); # To search lib in local folder #Perl #Modules

    Tags: Perl, Modules

    2570 days ago

  • while (!eof(IN)) { } #Perl #Trick

    Tags: Perl, Trick

    2643 days ago

  • Perl6 editor https://github.com/azawawi/atom-perl6-editor-tools #Perl #Editor

    Tags: Perl, Editor

    2641 days ago

  • The easy way to #build stand-alone #Perl #apps http://perltricks.com/article/58/2014/1/5/The-easy-way-to-build-stand-alone-Perl-apps/

    Tags: build, Perl, apps

    2629 days ago

  • Testing Random Dice Rolls http://blogs.perl.org/users/ovid/2014/01/testing-random-dice-rolls.html #Perl #Random #Test #Randomness #Dice

    Tags: Perl, Random, Test, Randomness, Dice

    2625 days ago