in reply to OT - COBOL CGI (was Re^3: Why CGI is hard debug)
in thread Why CGI is hard debug

You can even cross-compile Cobol to JavaScript and run it in your browser as CobolScript, for whatever weird and wonderful reason you might have.

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