The DevOps Joint with J. Bobby Lopez

perl

  • rbenv – The Ruby Environment Management Tool

    In the past, fun with Perl.. When I was using perl as my primary development language, I had a platform of tools in place to make my perl development fun and productive. This included tools like Perl::Dancer, DBIx::Class, cpanm, and… Continue reading

    rbenv – The Ruby Environment Management Tool
  • Examples of Recursion, in Perl, Ruby, and Bash

    This article is in response to the following question posted in the Perl community group on  LinkedIn: I’m new to PERL and trying to understand recursive subroutines. Can someone please explain with an example (other than the factorial 😉 )… Continue reading

    Examples of Recursion, in Perl, Ruby, and Bash
  • Playing With Prime Numbers

    I’ve been toying around with functional programming, and recently came across a perlmonks thread discussing multiple ways to calculate prime numbers.  One of the things I noticed about many of the examples was that almost all of them used loops… Continue reading

    Playing With Prime Numbers