in reply to Re^10: HTML::Display help needed
in thread HTML::Display help needed

Progress! Although IE will not launch from the command line, it turns out there is a class for it. Setting:

$ENV{'PERL_HTML_DISPLAY_CLASS'}='HTML::Display::Win32::IE';

does work but requires Win32::OLE be installed. At this point I am not planning to pursue Firefox but I do need to solve some platform dependence issues eventually.