paperlined.org
dev > perl > web
document updated 10 days ago, on Feb 10, 2025

tips on using print-logging to debug CGI scripts

Something like this works relatively straightforwardly:

print "<pre>", HTML::Entities::encode_entities(
            Dumper( \%ENV )
            ), "</pre>\n";