autotest.pl: do not ignore STDERR
mksheet.pl
htlogr->data()
htlogr->data() and mksheet.pl
get_back
htquery
$ htquery --foo=bar --joe=one --joe=two www.example.org/some.cgi
is roughly equivalent to
$ curl http://www.example.org/some.cgi?foo=bar&joe=one&bar=two
plus some settings in .htquery like:
[host]
hostname=www.example.org
port=80
proto=https
[curlopts]
opt=--verbose
[params]
param=format=html
param=debug=1