http://qs321.pair.com?node_id=11109258


in reply to Perl Feels Good

What are you doing with Perl?

The short answer is "lots of stuff". I'm running all kinds of webservers using Perl (even the server itself is written in Perl), the public Nameserver at cavac.at is also written in Perl. Most of my mission control stuff for my "Garden Space Program" (see https://cavac.at/guest/blog/archive) is also done in Perl, as is my home automation backend, home automation webserver, Apollo style home automation control console (see https://www.youtube.com/watch?v=KdXc_E8AYIE) and much more.

...did i mention i do Perl programming for a living?

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'