in reply to Warnings and bitwise and
perl -e 'use warnings; $a = "a"; if (hex($a) & 1 << 7) {print "happy\n +"}' [download]