in reply to Re^2: Creating X BitMap (XBM) images with directional gradients
in thread Creating X BitMap (XBM) images with directional gradients

Uhm, seems like i must have skipped (or since forgotten) a few chapters.

That's the really nice thing in Perl. "No matter what it is, you can use it in a boolean expression"

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