Results for "Perl in a day"

Wire posts

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

    2777 days ago

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

    2749 days ago

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

    2697 days ago

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

    2695 days ago

  • SAM and BAM handling with Perl http://search.cpan.org/~lds/Bio-SamTools/lib/Bio/DB/Sam.pm # Perl #SAM #BAM

    2674 days ago

  • Essential perl http://cslibrary.stanford.edu/108/EssentialPerl.html

    2666 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/

    2683 days ago

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

    2679 days ago

  • Remove all blank lines from file. perl -i.bak -n -e "print if /\S/" ../finalSample.fa #Perl #Tricks #PerlOneliner

    2674 days ago

  • sudo apt-get install libgd-svg-perl to install GD::SVG #Perl #Linux #Install #Graph #Plot

    2669 days ago