in reply to Re^2: Why CGI is hard debug
in thread Why CGI is hard debug

I just googled "COBOL CGI" and there are both open and closed source COBOL implementations providing a CGI interface, and I even find a working COBOL CGI form (with source code). I am appalled and amused at the same time.
  • Comment on OT - COBOL CGI (was Re^3: Why CGI is hard debug)

Replies are listed 'Best First'.
Re: OT - COBOL CGI (was Re^3: Why CGI is hard debug)
by cavac (Prior) on Oct 29, 2021 at 10:20 UTC

    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";'