in reply to CGI question

Assuming createHTML uses CGI.pm, then just
my @arr=qx(createHTML 'HTMT=forum.htmt&XML=forum.xml&XSL=forum.xsl');
making sure that createHTML imports '-debug' from CGI.pm since I believe '-no_debug' is the latest default:
# In createHTML: use CGI qw(-debug);